Uses of Class
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.WeightedValue
Packages that use PrivateMaxEntriesMap.WeightedValue
Package
Description
This package contains an implementation of a bounded
ConcurrentMap data structure.-
Uses of PrivateMaxEntriesMap.WeightedValue in tools.jackson.databind.util.internal
Subclasses with type arguments of type PrivateMaxEntriesMap.WeightedValue in tools.jackson.databind.util.internalModifier and TypeClassDescription(package private) static final classA node contains the key, the weighted value, and the linkage pointers on the page-replacement algorithm's data structures.Methods in tools.jackson.databind.util.internal with parameters of type PrivateMaxEntriesMap.WeightedValueModifier and TypeMethodDescription(package private) booleanPrivateMaxEntriesMap.tryToRetire(PrivateMaxEntriesMap.Node<K, V> node, PrivateMaxEntriesMap.WeightedValue<V> expect) Attempts to transition the node from thealivestate to theretiredstate.Constructors in tools.jackson.databind.util.internal with parameters of type PrivateMaxEntriesMap.WeightedValueModifierConstructorDescription(package private)Node(K key, PrivateMaxEntriesMap.WeightedValue<V> weightedValue) Creates a new, unlinked node.