Class PrivateMaxEntriesMap.WeightedValue<V>
java.lang.Object
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.WeightedValue<V>
- Enclosing class:
PrivateMaxEntriesMap<K,V>
A value, its weight, and the entry's status.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
weight
final int weight -
value
-
-
Constructor Details
-
WeightedValue
WeightedValue(V value, int weight)
-
-
Method Details
-
contains
-
isAlive
boolean isAlive()If the entry is available in the hash-table and page replacement policy.
-