Class ThresholdMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
step.core.collections.serialization.DottedKeyMap<K,V>
step.core.tables.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: