Uses of Class
org.apache.commons.collections.map.AbstractLinkedMap
-
Packages that use AbstractLinkedMap Package Description org.apache.commons.collections.map -
-
Uses of AbstractLinkedMap in org.apache.commons.collections.map
Subclasses of AbstractLinkedMap in org.apache.commons.collections.map Modifier and Type Class Description classLinkedMapAMapimplementation that maintains the order of the entries.classLRUMapAMapimplementation 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 AbstractLinkedMap Modifier and Type Field Description protected AbstractLinkedMapAbstractLinkedMap.LinkIterator. parentThe parent mapConstructors in org.apache.commons.collections.map with parameters of type AbstractLinkedMap Constructor Description EntrySetIterator(AbstractLinkedMap parent)KeySetIterator(AbstractLinkedMap parent)LinkIterator(AbstractLinkedMap parent)LinkMapIterator(AbstractLinkedMap parent)ValuesIterator(AbstractLinkedMap parent)
-