public class LruLinkedHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
Constructor and Description |
---|
LruLinkedHashMap(int maxEntries,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
boolean |
removeEldestEntry(java.util.Map.Entry eldest) |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values