| com.ibm.icu.impl.LinkedHashMap com.ibm.icu.impl.LRUMap
Constructor Summary | |
public | LRUMap() Construct a new LRU map with the default initial
capacity(16) and the maximum capacity(64). | public | LRUMap(int initialCapacity, int maxCapacity) |
LRUMap | public LRUMap()(Code) | | Construct a new LRU map with the default initial
capacity(16) and the maximum capacity(64).
|
LRUMap | public LRUMap(int initialCapacity, int maxCapacity)(Code) | | Construct a new LRU map with the specified initial
capacity and the maximum capacity
Parameters: initialCapacity - initial capacity of the map Parameters: maxCapacity - maximum capacity of the map |
removeEldestEntry | protected boolean removeEldestEntry(Map.Entry eldest)(Code) | | |
|
|