public class BoundedSizeLruMap<S,T> extends LinkedHashMap<S,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BoundedSizeLruMap(int maxEntries) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
removeEldestEntry(Map.Entry<S,T> eldest) |
clear, containsValue, get
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
protected boolean removeEldestEntry(Map.Entry<S,T> eldest)
removeEldestEntry
in class LinkedHashMap<S,T>
Copyright © 2012–2015 European Middleware Initiative. All rights reserved.