Class IdentityMap.Entry
java.lang.Object
org.castor.core.util.IdentityMap.Entry
- All Implemented Interfaces:
Map.Entry
- Enclosing class:
IdentityMap
An entry of the
IdentityMap.- Since:
- 0.9.9
- Version:
- $Revision: 7491 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
- Author:
- Ralf Joachim
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
-
getHash
public int getHash()Get identity hashcode of key.- Returns:
- Identity hashcode of key.
-
setValue
-
getValue
-
setNext
Set reference to next entry.- Parameters:
next- New reference to next entry.
-
getNext
-