K - generic key parameterV - generic value parameterpublic class LimitedLinkedHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
| Constructor and Description | 
|---|
LimitedLinkedHashMap(int maxSize)
Instantiates a new Limited linked hash map. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
removeEldestEntry(java.util.Map.Entry<K,V> eldest)  | 
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values