public class MapCache<K,V>
extends java.util.LinkedHashMap<K,V>
Constructor and Description |
---|
MapCache(int maxCapacity)
Create a new MapCache
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
removeEldestEntry(java.util.Map.Entry<K,V> eldest) |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.