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
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.