Uses of Class
org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
Packages that use AbstractOrderedBidiMapDecorator Package Description org.apache.commons.collections4.bidimap -
-
Uses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections4.bidimap Modifier and Type Class Description 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 anotherOrderedBidiMap
to ensure it can't be altered.class
UnmodifiableSortedBidiMap<K,V>
Decorates anotherSortedBidiMap
to ensure it can't be altered.
-