|
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.Entrypublic Object getValue()
getValue in interface Map.Entrypublic Object setValue(Object value)
setValue in interface Map.Entryvalue - the new value.
NullPointerException - if the value is null.public boolean equals(Object o)
equals in interface Map.Entryequals in class Objectpublic int hashCode()
hashCode in interface Map.EntryhashCode in class Objectpublic 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 | |||||||||