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