Uses of Class
com.helger.commons.collection.map.LRUMap
-
Packages that use LRUMap Package Description com.helger.commons.collection.map -
-
Uses of LRUMap in com.helger.commons.collection.map
Subclasses of LRUMap in com.helger.commons.collection.map Modifier and Type Class Description classLoggingLRUMap<KEYTYPE,VALUETYPE>A specificLRUMapthat emits a warning once the map is full and the oldest entry gets discarded.Methods in com.helger.commons.collection.map that return LRUMap Modifier and Type Method Description LRUMap<KEYTYPE,VALUETYPE>LRUMap. getClone()Constructors in com.helger.commons.collection.map with parameters of type LRUMap Constructor Description LRUMap(LRUMap<KEYTYPE,VALUETYPE> rhs)
-