Package org.apache.axis.utils
Class IDKey
- java.lang.Object
-
- org.apache.axis.utils.IDKey
-
public class IDKey extends java.lang.ObjectWrap 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 booleanequals(java.lang.Object other)checks if instances are equalinthashCode()returns hashcode
-