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 TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.class
Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.class
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.protected static class
Internal sorted map view.final class
Decorates anotherBidiMap
to ensure it can't be altered.final class
Decorates anotherOrderedBidiMap
to ensure it can't be altered.final class
Decorates anotherSortedBidiMap
to 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 TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.class
Provides a base decorator that enables additional functionality to be added to a Map via decoration.class
Decorates anotherMap
returning a default value if the map does not contain the requested key.class
Decorates anotherMap
to fix the size, preventing add/remove.class
Decorates anotherSortedMap
to fix the size blocking add/remove.class
Decorates anotherMap
to create objects in the map on demand.class
Decorates anotherSortedMap
to create objects in the map on demand.class
Decorates aMap
to ensure that the order of addition is retained using aList
to maintain order.class
A MultiValueMap decorates another map, allowing it to have more than one value for a key.class
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.final class
Decorates anotherMap
to ensure it can't be altered.final class
Decorates anotherOrderedMap
to ensure it can't be altered.final class
Decorates anotherSortedMap
to ensure it can't be altered.