org.hibernate.util
Class IdentityMap.IdentityKey

java.lang.Object
  extended by org.hibernate.util.IdentityMap.IdentityKey
All Implemented Interfaces:
Serializable
Enclosing class:
IdentityMap

public static final class IdentityMap.IdentityKey
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object other)
           
 Object getRealKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getRealKey

public Object getRealKey()


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.