org.geotools.index.rtree.cachefs
Class NodeCache
Object
AbstractMap<K,V>
HashMap<K,V>
LinkedHashMap
NodeCache
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class NodeCache
- extends LinkedHashMap
DOCUMENT ME!
- Author:
- Tommaso Nolli
- See Also:
- Serialized Form
- Module:
trunk/gt/modules
(gt-modules.jar
) (Maven report) (SVN head)
Methods inherited from interface Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
NodeCache
public NodeCache()
- Constructor
NodeCache
public NodeCache(int capacity)
- Constructor
- Parameters:
capacity
- the capacity of the cache
removeEldestEntry
protected boolean removeEldestEntry(Map.Entry eldest)
- Overrides:
removeEldestEntry
in class LinkedHashMap
Copyright © 1996-2009 Geotools. All Rights Reserved.