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