Uses of Class
org.apache.commons.collections.map.AbstractLinkedMap

Packages that use AbstractLinkedMap
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of AbstractLinkedMap in org.apache.commons.collections.map
 

Subclasses of AbstractLinkedMap in org.apache.commons.collections.map
 class LinkedMap
          A Map implementation that maintains the order of the entries.
 class LRUMap
          A Map 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 AbstractLinkedMap
protected  AbstractLinkedMap AbstractLinkedMap.LinkIterator.parent
          The parent map
 

Constructors in org.apache.commons.collections.map with parameters of type AbstractLinkedMap
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent)
           
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
           
AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent)
           
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
           
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent)
           
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.