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<K,V>
          A Map implementation that maintains the order of the entries.
 class LRUMap<K,V>
          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<K,V> AbstractLinkedMap.LinkIterator.parent
          The parent map
 

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



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.