Uses of Class
org.apache.commons.collections.SequencedHashMap

Packages that use SequencedHashMap
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of SequencedHashMap in org.apache.commons.collections
 

Subclasses of SequencedHashMap in org.apache.commons.collections
 class LRUMap
           An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.
 



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