Package org.apache.axis.utils
Class IDKey
- java.lang.Object
-
- org.apache.axis.utils.IDKey
-
public class IDKey extends java.lang.Object
Wrap an identity key (System.identityHashCode())
-
-
Constructor Summary
Constructors Constructor Description IDKey(java.lang.Object _value)
Constructor for IDKey
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
checks if instances are equalint
hashCode()
returns hashcode
-