public class FixedHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
Map
which stores not more than maxSize
entries.
On attempt to put more, the eldest element is removed.Constructor and Description |
---|
FixedHashMap(int maxSize) |
FixedHashMap(int maxSize,
int initialCapacity,
float loadFactor,
boolean accessOrder) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
removeEldestEntry(java.util.Map.Entry<K,V> eldest) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size