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

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

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

Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections4.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–2013 The Apache Software Foundation. All rights reserved.