|
|||||||||
| Home >> All >> org >> apache >> axis >> [ collections overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.axis.collections
| Class Summary | |
| 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. |
| SequencedHashMap | A map of objects whose mapping entries are sequenced based on the order in which they were added. |
| SequencedHashMap.Entry | java.util.Map.Entry that doubles as a node in the linked list of sequenced mappings. |
|
|||||||||
| Home >> All >> org >> apache >> axis >> [ collections overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||