|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.core.util.IdentitySet.Entry
public final class IdentitySet.Entry
An entry of the IdentitySet.
| Constructor Summary | |
|---|---|
IdentitySet.Entry(Object key,
int hash)
Construct an entry. |
|
| Method Summary | |
|---|---|
int |
getHash()
Get identity hashcode of key. |
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(Object key,
int hash)
key - Key of entry.hash - Identity hashcode of key.| Method Detail |
|---|
public 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 | |||||||||