org.apache.axis.utils

Class IDKey

public class IDKey extends Object

Wrap an identity key (System.identityHashCode())
Constructor Summary
IDKey(Object _value)
Constructor for IDKey
Method Summary
booleanequals(Object other)
checks if instances are equal
inthashCode()
returns hashcode

Constructor Detail

IDKey

public IDKey(Object _value)
Constructor for IDKey

Parameters: _value

Method Detail

equals

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

Parameters: other

Returns:

hashCode

public int hashCode()
returns hashcode

Returns:

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.