Uses of Package
org.apache.commons.collections.bidimap
Packages that use org.apache.commons.collections.bidimap
Package
Description
-
Classes in org.apache.commons.collections.bidimap used by org.apache.commons.collections.bidimapClassDescriptionProvides a base decorator that enables additional functionality to be added to a BidiMap via decoration.Abstract
BidiMap
implemented using two maps.Inner class View.Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.Implementation ofBidiMap
that uses twoTreeMap
instances.Red-Black tree-based implementation of BidiMap where all objects added implement theComparable
interface.A node used to store the data.A node used to store the data.A view of this map.An iterator over the map.Decorates anotherBidiMap
to ensure it can't be altered.Decorates anotherOrderedBidiMap
to ensure it can't be altered.Decorates anotherSortedBidiMap
to ensure it can't be altered.