public class HashMapLRU
extends java.util.LinkedHashMap
LinkedHashMap,
Serialized Form| Constructor and Description |
|---|
HashMapLRU(int initialCapacity,
int max_entries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
removeEldestEntry(java.util.Map.Entry eldest) |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values