|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.util.collections.ConcurrentReaderHashMap.Entry
ConcurrentReaderHashMap collision list entry.
| Field Summary | |
protected int |
hash
|
protected java.lang.Object |
key
|
protected ConcurrentReaderHashMap.Entry |
next
|
protected java.lang.Object |
value
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getKey()
|
java.lang.Object |
getValue()
Get the value. |
int |
hashCode()
|
java.lang.Object |
setValue(java.lang.Object value)
Set the value of this entry. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final int hash
protected final java.lang.Object key
protected final ConcurrentReaderHashMap.Entry next
protected volatile java.lang.Object value
| Method Detail |
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.Entryvalue - the new value.
java.lang.NullPointerException - if the value is null.public boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entrypublic int hashCode()
hashCode in interface java.util.Map.Entrypublic java.lang.String toString()
|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||