org.cts
Class CRSFactory.CRSCache<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.cts.CRSFactory.CRSCache<K,V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
- Enclosing class:
- CRSFactory
public class CRSFactory.CRSCache<K,V>
- extends LinkedHashMap<K,V>
A simple cache to manage CoordinateReferenceSystem
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
CRSFactory.CRSCache
public CRSFactory.CRSCache(int limit)
removeEldestEntry
protected boolean removeEldestEntry(Map.Entry<K,V> eldest)
- Overrides:
removeEldestEntry in class LinkedHashMap<K,V>
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.