Uses of Class
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
-
Uses of ConcurrentLinkedHashMap.WeightedValue in com.googlecode.concurrentlinkedhashmap
Methods in com.googlecode.concurrentlinkedhashmap with parameters of type ConcurrentLinkedHashMap.WeightedValue Modifier and Type Method Description (package private) boolean
ConcurrentLinkedHashMap.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.WeightedValue Constructor Description Node(K key, ConcurrentLinkedHashMap.WeightedValue<V> weightedValue)
Creates a new, unlinked node.
-