Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Class and Description |
---|---|
class |
PredicatedMap<K,V>
Decorates another
Map to validate that additions
match a specified predicate. |
class |
PredicatedSortedMap<K,V>
Decorates another
SortedMap to validate that additions
match a specified predicate. |
class |
TransformedMap<K,V>
Decorates another
Map to transform objects that are added. |
class |
TransformedSortedMap<K,V>
Decorates another
SortedMap to transform objects that are added. |
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator<K,V> |
AbstractInputCheckedMapDecorator.EntrySet.parent
The parent map
|
private AbstractInputCheckedMapDecorator<K,V> |
AbstractInputCheckedMapDecorator.EntrySetIterator.parent
The parent map
|
private AbstractInputCheckedMapDecorator<K,V> |
AbstractInputCheckedMapDecorator.MapEntry.parent
The parent map
|
Constructor and Description |
---|
EntrySet(java.util.Set<java.util.Map.Entry<K,V>> set,
AbstractInputCheckedMapDecorator<K,V> parent) |
EntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,V>> iterator,
AbstractInputCheckedMapDecorator<K,V> parent) |
MapEntry(java.util.Map.Entry<K,V> entry,
AbstractInputCheckedMapDecorator<K,V> parent) |