Uses of Class
org.apache.commons.collections.map.AbstractLinkedMap
Packages that use AbstractLinkedMap
Package
Description
-
Uses of AbstractLinkedMap in org.apache.commons.collections.map
Subclasses of AbstractLinkedMap in org.apache.commons.collections.mapModifier and TypeClassDescriptionclass
AMap
implementation that maintains the order of the entries.class
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.commons.collections.map declared as AbstractLinkedMapModifier and TypeFieldDescriptionprotected final AbstractLinkedMap
AbstractLinkedMap.LinkIterator.parent
The parent mapConstructors in org.apache.commons.collections.map with parameters of type AbstractLinkedMapModifierConstructorDescriptionprotected
EntrySetIterator
(AbstractLinkedMap parent) protected
KeySetIterator
(AbstractLinkedMap parent) protected
LinkIterator
(AbstractLinkedMap parent) protected
LinkMapIterator
(AbstractLinkedMap parent) protected
ValuesIterator
(AbstractLinkedMap parent)