Uses of Class org.apache.commons.collections.map.AbstractMapDecorator

Uses in package org.apache.commons.collections.map

Classes derived from org.apache.commons.collections.map.AbstractMapDecorator

class
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 another Map to fix the size, preventing add/remove.
class
Decorates another SortedMap to fix the size blocking add/remove.
class
Decorates another Map to create objects in the map on demand.
class
Decorates another SortedMap to create objects in the map on demand.
class
Decorates a Map to ensure that the order of addition is retained using a List to maintain order.
class
Decorates another Map to validate that additions match a specified predicate.
class
Decorates another SortedMap to validate that additions match a specified predicate.
class
Decorates another Map to transform objects that are added.
class
Decorates another SortedMap to transform objects that are added.
class
Decorates another Map to ensure it can't be altered.
class
Decorates another OrderedMap to ensure it can't be altered.
class
Decorates another SortedMap to ensure it can't be altered.

Uses in package org.apache.commons.collections.bidimap

Classes derived from org.apache.commons.collections.map.AbstractMapDecorator

class
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.
class
Internal sorted map view.
class
Decorates another BidiMap to ensure it can't be altered.
class
Decorates another OrderedBidiMap to ensure it can't be altered.
class
Decorates another SortedBidiMap to ensure it can't be altered.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.