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 TypeClassDescriptionclassDecorates anotherMapto validate that additions match a specified predicate.classDecorates anotherSortedMapto validate that additions match a specified predicate.classDecorates anotherMapto transform objects that are added.classDecorates anotherSortedMapto transform objects that are added.Fields in org.apache.commons.collections.map declared as AbstractInputCheckedMapDecoratorModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecoratorAbstractInputCheckedMapDecorator.EntrySet.parentThe parent mapprivate final AbstractInputCheckedMapDecoratorAbstractInputCheckedMapDecorator.EntrySetIterator.parentThe parent mapprivate final AbstractInputCheckedMapDecoratorAbstractInputCheckedMapDecorator.MapEntry.parentThe parent mapConstructors in org.apache.commons.collections.map with parameters of type AbstractInputCheckedMapDecoratorModifierConstructorDescriptionprotectedEntrySet(Set set, AbstractInputCheckedMapDecorator parent) protectedEntrySetIterator(Iterator iterator, AbstractInputCheckedMapDecorator parent) protectedMapEntry(Map.Entry entry, AbstractInputCheckedMapDecorator parent)