Uses of Interface
org.apache.openjpa.lib.util.collections.BoundedMap
Packages that use BoundedMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of BoundedMap in org.apache.openjpa.lib.util
Classes in org.apache.openjpa.lib.util that implement BoundedMapModifier and TypeClassDescriptionclass
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 BoundedMapModifier 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.