Class ConcurrentLinkedHashMap.WriteThroughEntry
- java.lang.Object
-
- java.util.AbstractMap.SimpleEntry<K,V>
-
- com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WriteThroughEntry
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Map.Entry<K,V>
- Enclosing class:
- ConcurrentLinkedHashMap<K,V>
final class ConcurrentLinkedHashMap.WriteThroughEntry extends java.util.AbstractMap.SimpleEntry<K,V>
An entry that allows updates to write through to the map.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WriteThroughEntry(ConcurrentLinkedHashMap.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
setValue(V value)
(package private) java.lang.Object
writeReplace()
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WriteThroughEntry
WriteThroughEntry(ConcurrentLinkedHashMap.Node node)
-
-