Uses of Class
org.geotools.util.LRULinkedHashMap

Packages that use LRULinkedHashMap
org.geotools.util Contains utilities and addition to the collection framework. 
 

Uses of LRULinkedHashMap in org.geotools.util
 

Methods in org.geotools.util that return LRULinkedHashMap
static
<K,V> LRULinkedHashMap<K,V>
LRULinkedHashMap.createForRecentAccess(int maximumSize)
          Creates a map for the most recently accessed entries.
static
<K,V> LRULinkedHashMap<K,V>
LRULinkedHashMap.createForRecentInserts(int maximumSize)
          Creates a map for the most recently inserted entries.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.