er.ajax.json
Class JSONRequestHandler.LRUMap<U,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<U,V>
er.ajax.json.JSONRequestHandler.LRUMap<U,V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<U,V>
- Enclosing class:
- JSONRequestHandler
protected static class JSONRequestHandler.LRUMap<U,V>
- extends LinkedHashMap<U,V>
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
JSONRequestHandler.LRUMap
public JSONRequestHandler.LRUMap(int maxSize)
removeEldestEntry
protected boolean removeEldestEntry(Map.Entry<U,V> eldest)
- Overrides:
removeEldestEntry in class LinkedHashMap<U,V>
Copyright © 2002 – 2011 Project Wonder.