Uses of Package
org.apache.commons.collections4.bidimap
Packages that use org.apache.commons.collections4.bidimap
Package
Description
-
Classes in org.apache.commons.collections4.bidimap used by org.apache.commons.collections4.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.The inverse map implementation.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.