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>

final class ConcurrentLinkedHashMap.WriteThroughEntry extends AbstractMap.SimpleEntry<K,V>
An entry that allows updates to write through to the map.