Uses of Class
org.apache.commons.collections.bidimap.TreeBidiMap
Packages that use TreeBidiMap
Package
Description
-
Uses of TreeBidiMap in org.apache.commons.collections.bidimap
Fields in org.apache.commons.collections.bidimap declared as TreeBidiMapModifier and TypeFieldDescriptionprivate final TreeBidiMap
TreeBidiMap.Inverse.main
The parent map.protected final TreeBidiMap
TreeBidiMap.View.main
The parent map.protected final TreeBidiMap
TreeBidiMap.ViewIterator.main
The parent map.Constructors in org.apache.commons.collections.bidimap with parameters of type TreeBidiMapModifierConstructorDescription(package private)
EntryView
(TreeBidiMap main, int orderType, int dataType) Constructor.(package private)
Inverse
(TreeBidiMap main) Constructor.(package private)
View
(TreeBidiMap main, int orderType, int dataType) Constructor.(package private)
ViewIterator
(TreeBidiMap main, int orderType, int dataType) Constructor.(package private)
ViewMapIterator
(TreeBidiMap main, int orderType) Constructor.