Package | Description |
---|---|
org.apache.commons.collections.map |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected AbstractLinkedMap |
AbstractLinkedMap.LinkIterator.parent
The parent map
|
Constructor and Description |
---|
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent) |
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent) |
AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent) |
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) |
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.