org.openorb.rmi.system
Class IdentityKey
java.lang.Object
|
+--org.openorb.rmi.system.IdentityKey
- public class IdentityKey
- extends java.lang.Object
Identity hash table key. Use to wrap objects to insert into hash maps
where the entry should be hashed/looked up on the actual object, rather
than any equals / hashCode operations it defines.
- Version:
- $Revision: 1.4 $ $Date: 2002/06/27 18:22:04 $
- Author:
- Chris Wood
|
Constructor Summary |
IdentityKey(java.lang.Object target)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
IdentityKey
public IdentityKey(java.lang.Object target)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object