Uses of Interface
org.apache.openjpa.lib.util.collections.BoundedMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of BoundedMap in org.apache.openjpa.lib.util
Modifier and TypeClassDescriptionclass
Extension of the commonsLRUMap
that can change its maximum size. -
Uses of BoundedMap in org.apache.openjpa.lib.util.collections
Modifier and TypeClassDescriptionclass
LRUMap<K,
V> AMap
implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.