| 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 |
|---|
EntrySetIterator(AbstractLinkedMap parent) |
KeySetIterator(AbstractLinkedMap parent) |
LinkIterator(AbstractLinkedMap parent) |
LinkMapIterator(AbstractLinkedMap parent) |
ValuesIterator(AbstractLinkedMap parent) |
Copyright © 2001-2025 Apache Software Foundation. All Rights Reserved.