Uses of Class
com.gengoai.collection.LRUMap
-
Packages that use LRUMap Package Description com.gengoai.collection Contains collections useful for Data Science and continence methods for creating, wrapping, writing, and reading of existing collection classes. -
-
Uses of LRUMap in com.gengoai.collection
Methods in com.gengoai.collection that return LRUMap Modifier and Type Method Description static <K,V>
LRUMap<K,V>LRUMap. create(int maxSize)
Creates a new LRU Map.
-