Uses of Class
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
Uses of ConcurrentLinkedHashMap.WeightedValue in com.googlecode.concurrentlinkedhashmap
Subclasses with type arguments of type ConcurrentLinkedHashMap.WeightedValue in com.googlecode.concurrentlinkedhashmapModifier and TypeClassDescription(package private) final classA node contains the key, the weighted value, and the linkage pointers on the page-replacement algorithm's data structures.Methods in com.googlecode.concurrentlinkedhashmap with parameters of type ConcurrentLinkedHashMap.WeightedValueModifier and TypeMethodDescription(package private) booleanConcurrentLinkedHashMap.Node.tryToRetire(ConcurrentLinkedHashMap.WeightedValue<V> expect) Attempts to transition the node from the alive state to the retired state.Constructors in com.googlecode.concurrentlinkedhashmap with parameters of type ConcurrentLinkedHashMap.WeightedValueModifierConstructorDescription(package private)Node(K key, ConcurrentLinkedHashMap.WeightedValue<V> weightedValue) Creates a new, unlinked node.