Uses of Class
com.fasterxml.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 com.fasterxml.jackson.databind.util.internal
Methods in com.fasterxml.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 the alive state to the retired state.Constructors in com.fasterxml.jackson.databind.util.internal with parameters of type PrivateMaxEntriesMap.WeightedValueModifierConstructorDescription(package private)Node(K key, PrivateMaxEntriesMap.WeightedValue<V> weightedValue) Creates a new, unlinked node.