edu.umd.cs.findbugs.util
public class MapCache<K,V> extends LinkedHashMap<K,V>
Constructor Summary | |
---|---|
MapCache(int maxCapacity)
Create a new MapCache |
Method Summary | |
---|---|
String | getStatistics() |
Parameters: maxCapacity - maximum number of entries in the map