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