Uses of Class
org.apache.commons.collections4.map.AbstractLinkedMap
Package
Description
-
Uses of AbstractLinkedMap in org.apache.commons.collections4.map
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)