Uses of Class
org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator
Packages that use AbstractInputCheckedMapDecorator
Package
Description
-
Uses of AbstractInputCheckedMapDecorator in org.apache.commons.collections4.map
Subclasses of AbstractInputCheckedMapDecorator in org.apache.commons.collections4.mapModifier and TypeClassDescriptionclass
PredicatedMap<K,
V> Decorates anotherMap
to validate that additions match a specified predicate.class
PredicatedSortedMap<K,
V> Decorates anotherSortedMap
to validate that additions match a specified predicate.class
TransformedMap<K,
V> Decorates anotherMap
to transform objects that are added.class
TransformedSortedMap<K,
V> Decorates anotherSortedMap
to transform objects that are added.Fields in org.apache.commons.collections4.map declared as AbstractInputCheckedMapDecoratorModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator
<K, V> AbstractInputCheckedMapDecorator.EntrySet.parent
The parent mapprivate final AbstractInputCheckedMapDecorator
<K, V> AbstractInputCheckedMapDecorator.EntrySetIterator.parent
The parent mapprivate final AbstractInputCheckedMapDecorator
<K, V> AbstractInputCheckedMapDecorator.MapEntry.parent
The parent mapConstructors in org.apache.commons.collections4.map with parameters of type AbstractInputCheckedMapDecoratorModifierConstructorDescriptionprotected
protected
EntrySetIterator
(Iterator<Map.Entry<K, V>> iterator, AbstractInputCheckedMapDecorator<K, V> parent) protected