Uses of Class
org.apache.axis.collections.SequencedHashMap
-
Packages that use SequencedHashMap Package Description org.apache.axis.collections -
-
Uses of SequencedHashMap in org.apache.axis.collections
Subclasses of SequencedHashMap in org.apache.axis.collections Modifier and Type Class Description 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.
-