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
IDKey(java.lang.Object _value)
          Constructor for IDKey
 
Method Summary
 boolean equals(java.lang.Object other)
          checks if instances are equal
 int hashCode()
          returns hashcode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDKey

public IDKey(java.lang.Object _value)
Constructor for IDKey

Parameters:
_value -
Method Detail

hashCode

public int hashCode()
returns hashcode

Overrides:
hashCode in class java.lang.Object
Returns:

equals

public boolean equals(java.lang.Object other)
checks if instances are equal

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:


Copyright © 2003 Apache Web Services Project. All Rights Reserved.