Uses of Class
org.apache.openjpa.lib.util.collections.AbstractLinkedMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util
Modifier and TypeClassDescriptionclass
Extension of the commonsLRUMap
that can change its maximum size. -
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util.collections
Modifier and TypeClassDescriptionclass
LinkedMap<K,
V> AMap
implementation that maintains the order of the entries.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.Modifier and TypeFieldDescriptionprotected final AbstractLinkedMap<K,
V> AbstractLinkedMap.LinkIterator.parent
The parent mapModifierConstructorDescriptionprotected
EntrySetIterator
(AbstractLinkedMap<K, V> parent) protected
KeySetIterator
(AbstractLinkedMap<K, ?> parent) protected
LinkIterator
(AbstractLinkedMap<K, V> parent) protected
LinkMapIterator
(AbstractLinkedMap<K, V> parent) protected
ValuesIterator
(AbstractLinkedMap<?, V> parent)