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 classAbstractSortedBidiMapDecorator<K,V>Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.classUnmodifiableOrderedBidiMap<K,V>Decorates anotherOrderedBidiMapto ensure it can't be altered.classUnmodifiableSortedBidiMap<K,V>Decorates anotherSortedBidiMapto ensure it can't be altered.
-