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