Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Class | Description |
---|---|---|
class |
LinkedMap<K,V> |
A
Map implementation that maintains the order of the entries. |
class |
LRUMap<K,V> |
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<K,V> |
AbstractLinkedMap.LinkIterator.parent |
The parent map
|
Constructor | Description |
---|---|
EntrySetIterator(AbstractLinkedMap<K,V> parent) |
|
KeySetIterator(AbstractLinkedMap<K,?> parent) |
|
LinkIterator(AbstractLinkedMap<K,V> parent) |
|
LinkMapIterator(AbstractLinkedMap<K,V> parent) |
|
ValuesIterator(AbstractLinkedMap<?,V> parent) |
Copyright © 2001-2019 - Apache Software Foundation