Class ConcurrentLinkedHashMap.WriteThroughEntry
java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WriteThroughEntry
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Enclosing class:
ConcurrentLinkedHashMap<K,
V>
An entry that allows updates to write through to the map.
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
WriteThroughEntry
WriteThroughEntry(ConcurrentLinkedHashMap<K, V>.Node node)
-
-
Method Details