Uses of Class
org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Packages that use AbstractLinkedMap Package Description org.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util
Subclasses of AbstractLinkedMap in org.apache.openjpa.lib.util Modifier and Type Class Description class
LRUMap
Extension of the commonsLRUMap
that can change its maximum size. -
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util.collections
Subclasses of AbstractLinkedMap in org.apache.openjpa.lib.util.collections Modifier and Type Class Description class
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.Fields in org.apache.openjpa.lib.util.collections declared as AbstractLinkedMap Modifier and Type Field Description protected AbstractLinkedMap<K,V>
AbstractLinkedMap.LinkIterator. parent
The parent mapConstructors in org.apache.openjpa.lib.util.collections with parameters of type AbstractLinkedMap Constructor Description EntrySetIterator(AbstractLinkedMap<K,V> parent)
KeySetIterator(AbstractLinkedMap<K,?> parent)
LinkIterator(AbstractLinkedMap<K,V> parent)
LinkMapIterator(AbstractLinkedMap<K,V> parent)
ValuesIterator(AbstractLinkedMap<?,V> parent)
-