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.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.