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 |
protected 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()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.