org.castor.util
Class IdentitySet.Entry
java.lang.Object
org.castor.util.IdentitySet.Entry
- IdentitySet
public final class IdentitySet.Entry
extends java.lang.Object
An entry of the IdentitySet
.
Entry(Object key, int hash) - Construct an entry
|
Entry
public Entry(Object key,
int hash)
Construct an entry
key
- Key of entry.hash
- Identity hashcode of key.
getHash
public int getHash()
Get identity hashcode of key.
- Identity hashcode of key.
getKey
public Object getKey()
Get key of entry.
setNext
public void setNext(IdentitySet.Entry next)
Set reference to next entry.
next
- New reference to next entry.
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com