K
- V
- public class LimitedTreeMap<K,V>
extends java.util.TreeMap<K,V>
TreeMap
limited in upper size...Constructor and Description |
---|
LimitedTreeMap(int maxSize) |
Modifier and Type | Method and Description |
---|---|
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> map) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values