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

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

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

Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections15.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 © 2001-2010 Apache Software Foundation. All Rights Reserved.