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
BidiMapimplemented 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 ofBidiMapthat uses twoTreeMapinstances.Red-Black tree-based implementation of BidiMap where all objects added implement theComparableinterface.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 anotherBidiMapto ensure it can't be altered.Decorates anotherOrderedBidiMapto ensure it can't be altered.Decorates anotherSortedBidiMapto ensure it can't be altered.