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 TypeClassDescriptionclassPredicatedMap<K,V> Decorates anotherMapto validate that additions match a specified predicate.classPredicatedSortedMap<K,V> Decorates anotherSortedMapto validate that additions match a specified predicate.classTransformedMap<K,V> Decorates anotherMapto transform objects that are added.classTransformedSortedMap<K,V> Decorates anotherSortedMapto transform objects that are added.Fields in org.apache.commons.collections4.map declared as AbstractInputCheckedMapDecoratorModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator<K, V> AbstractInputCheckedMapDecorator.EntrySet.parentThe parent mapprivate final AbstractInputCheckedMapDecorator<K, V> AbstractInputCheckedMapDecorator.EntrySetIterator.parentThe parent mapprivate final AbstractInputCheckedMapDecorator<K, V> AbstractInputCheckedMapDecorator.MapEntry.parentThe parent mapConstructors in org.apache.commons.collections4.map with parameters of type AbstractInputCheckedMapDecoratorModifierConstructorDescriptionprotectedprotectedEntrySetIterator(Iterator<Map.Entry<K, V>> iterator, AbstractInputCheckedMapDecorator<K, V> parent) protected