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.WeightedValueModifier and TypeMethodDescription(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.WeightedValueModifierConstructorDescription(package private)
Node
(K key, ConcurrentLinkedHashMap.WeightedValue<V> weightedValue) Creates a new, unlinked node.