| Package | Description |
|---|---|
| org.geotools.util |
Contains utilities and addition to the collection framework.
|
| Modifier and Type | Method and Description |
|---|---|
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–2019 Geotools. All rights reserved.