Class ConcurrentLinkedHashMap.Node

java.lang.Object
java.util.concurrent.atomic.AtomicReference<ConcurrentLinkedHashMap.WeightedValue<V>>
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
All Implemented Interfaces:
Linked<ConcurrentLinkedHashMap<K,V>.Node>, Serializable
Enclosing class:
ConcurrentLinkedHashMap<K,V>

final class ConcurrentLinkedHashMap.Node extends AtomicReference<ConcurrentLinkedHashMap.WeightedValue<V>> implements Linked<ConcurrentLinkedHashMap<K,V>.Node>
A node contains the key, the weighted value, and the linkage pointers on the page-replacement algorithm's data structures.