|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.util.IdentityMap.Entry
An entry of the IdentityMap.
| Constructor Summary | |
IdentityMap.Entry(java.lang.Object key,
int hash,
java.lang.Object value)
Construct an entry |
|
| Method Summary | |
int |
getHash()
Get identity hashcode of key. |
java.lang.Object |
getKey()
Get key of entry. |
IdentityMap.Entry |
getNext()
Get reference to next entry. |
java.lang.Object |
getValue()
Get value of entry. |
void |
setNext(IdentityMap.Entry next)
Set reference to next entry. |
java.lang.Object |
setValue(java.lang.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(java.lang.Object key,
int hash,
java.lang.Object value)
key - Key of entry.hash - Identity hashcode of key.value - Value of entry.| Method Detail |
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic int getHash()
public java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.Entryvalue - New value of entry.
public java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic 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 | ||||||||||