Class PrivateMaxEntriesMap.WeightedValue<V>

java.lang.Object
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.WeightedValue<V>
Enclosing class:
PrivateMaxEntriesMap<K,V>

static final class PrivateMaxEntriesMap.WeightedValue<V> extends Object
A value, its weight, and the entry's status.
  • Field Details

    • weight

      final int weight
    • value

      final V value
  • Constructor Details

    • WeightedValue

      WeightedValue(V value, int weight)
  • Method Details

    • contains

      boolean contains(Object o)
    • isAlive

      boolean isAlive()
      If the entry is available in the hash-table and page replacement policy.