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