Uses of Class
org.apache.openjpa.lib.util.collections.AbstractLinkedMap
Packages that use AbstractLinkedMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util
Subclasses of AbstractLinkedMap in org.apache.openjpa.lib.utilModifier and TypeClassDescriptionclassExtension of the commonsLRUMapthat can change its maximum size. -
Uses of AbstractLinkedMap in org.apache.openjpa.lib.util.collections
Subclasses of AbstractLinkedMap in org.apache.openjpa.lib.util.collectionsModifier and TypeClassDescriptionclassLinkedMap<K,V> AMapimplementation that maintains the order of the entries.classLRUMap<K,V> AMapimplementation 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 AbstractLinkedMapModifier and TypeFieldDescriptionprotected final AbstractLinkedMap<K,V> AbstractLinkedMap.LinkIterator.parentThe parent mapConstructors in org.apache.openjpa.lib.util.collections with parameters of type AbstractLinkedMapModifierConstructorDescriptionprotectedEntrySetIterator(AbstractLinkedMap<K, V> parent) protectedKeySetIterator(AbstractLinkedMap<K, ?> parent) protectedLinkIterator(AbstractLinkedMap<K, V> parent) protectedLinkMapIterator(AbstractLinkedMap<K, V> parent) protectedValuesIterator(AbstractLinkedMap<?, V> parent)