|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.util.IdentitySet.Entry
An entry of the IdentitySet.
| Constructor Summary | |
IdentitySet.Entry(java.lang.Object key,
int hash)
Construct an entry |
|
| Method Summary | |
int |
getHash()
Get identity hashcode of key. |
java.lang.Object |
getKey()
Get key of entry. |
IdentitySet.Entry |
getNext()
Get reference to next entry. |
void |
setNext(IdentitySet.Entry next)
Set reference to next entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentitySet.Entry(java.lang.Object key,
int hash)
key - Key of entry.hash - Identity hashcode of key.| Method Detail |
public java.lang.Object getKey()
public int getHash()
public void setNext(IdentitySet.Entry next)
next - New reference to next entry.public IdentitySet.Entry getNext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||