Class ThresholdMap<K,​V>

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<K,​V>
    Direct Known Subclasses:
    ViewCounterMap

    public class ThresholdMap<K,​V>
    extends step.core.collections.serialization.DottedKeyMap<K,​V>
    A Map with a guaranteed max number of keys, when the threshold is exceeded, values are redirected to a garbage key.
    See Also:
    Serialized Form