| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedMap<K
A
Map implementation that maintains the order of the entries.
|
class |
LRUMap<K
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 | |
|---|---|
EntrySetIterator(AbstractLinkedMap
|
|
KeySetIterator(AbstractLinkedMap
|
|
LinkIterator(AbstractLinkedMap
|
|
LinkMapIterator(AbstractLinkedMap
|
|
ValuesIterator(AbstractLinkedMap
|