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