Package | Description |
---|---|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected AbstractLinkedMap<K,V> |
AbstractLinkedMap.LinkIterator.parent
The parent map
|
Constructor and 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 © 2006–2022 Apache Software Foundation. All rights reserved.