Uses of Class
org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator

Packages that use AbstractOrderedBidiMapDecorator
org.apache.commons.collections.bidimap This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces. 
 

Uses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
 

Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
 class AbstractSortedBidiMapDecorator<K,V>
          Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.
 class UnmodifiableOrderedBidiMap<K,V>
          Decorates another OrderedBidiMap to ensure it can't be altered.
 class UnmodifiableSortedBidiMap<K,V>
          Decorates another SortedBidiMap to ensure it can't be altered.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.