protected static class ConcurrentReaderHashMap.Entry extends Object implements Map.Entry
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
hash  | 
protected Object | 
key  | 
protected ConcurrentReaderHashMap.Entry | 
next  | 
protected Object | 
value  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprotected final int hash
protected final Object key
protected final ConcurrentReaderHashMap.Entry next
protected volatile Object value
public Object getValue()
public Object setValue(Object value)
setValue in interface Map.Entryvalue - the new value.NullPointerException - if the value is null.public boolean equals(Object o)
public int hashCode()