|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopoint.util.collections.ConcurrentReaderHashMap.Entry
protected static class ConcurrentReaderHashMap.Entry
ConcurrentReaderHashMap collision list entry.
Field Summary | |
---|---|
protected int |
hash
|
protected Object |
key
|
protected ConcurrentReaderHashMap.Entry |
next
|
protected Object |
value
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Object |
getKey()
|
Object |
getValue()
Get the value. |
int |
hashCode()
|
Object |
setValue(Object value)
Set the value of this entry. |
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 Object key
protected final ConcurrentReaderHashMap.Entry next
protected volatile Object value
Method Detail |
---|
public Object getKey()
getKey
in interface Map.Entry
public Object getValue()
getValue
in interface Map.Entry
public Object setValue(Object value)
setValue
in interface Map.Entry
value
- the new value.
NullPointerException
- if the value is null
.public boolean equals(Object o)
equals
in interface Map.Entry
equals
in class Object
public int hashCode()
hashCode
in interface Map.Entry
hashCode
in class Object
public String toString()
toString
in class Object
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |