Uses of Class
org.apache.commons.collections.map.AbstractMapDecorator
Packages that use AbstractMapDecorator
Package
Description
-
Uses of AbstractMapDecorator in org.apache.commons.collections.bidimap
Subclasses of AbstractMapDecorator in org.apache.commons.collections.bidimapModifier and TypeClassDescriptionclassProvides a base decorator that enables additional functionality to be added to a BidiMap via decoration.classProvides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.classProvides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.protected static classInternal sorted map view.final classDecorates anotherBidiMapto ensure it can't be altered.final classDecorates anotherOrderedBidiMapto ensure it can't be altered.final classDecorates anotherSortedBidiMapto ensure it can't be altered. -
Uses of AbstractMapDecorator in org.apache.commons.collections.map
Subclasses of AbstractMapDecorator in org.apache.commons.collections.mapModifier and TypeClassDescription(package private) classAn abstract base class that simplifies the task of creating map decorators.classProvides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.classProvides a base decorator that enables additional functionality to be added to a Map via decoration.classDecorates anotherMapreturning a default value if the map does not contain the requested key.classDecorates anotherMapto fix the size, preventing add/remove.classDecorates anotherSortedMapto fix the size blocking add/remove.classDecorates anotherMapto create objects in the map on demand.classDecorates anotherSortedMapto create objects in the map on demand.classDecorates aMapto ensure that the order of addition is retained using aListto maintain order.classA MultiValueMap decorates another map, allowing it to have more than one value for a key.classDecorates 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.final classDecorates anotherMapto ensure it can't be altered.final classDecorates anotherOrderedMapto ensure it can't be altered.final classDecorates anotherSortedMapto ensure it can't be altered.