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