Uses of Interface org.apache.commons.collections.BidiMap

Uses in package org.apache.commons.collections.bidimap

Classes implementing org.apache.commons.collections.BidiMap

class
Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.
class
Abstract BidiMap implemented using two maps.
class
Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.
class
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.
class
Implementation of BidiMap that uses two HashMap instances.
class
Implementation of BidiMap that uses two TreeMap instances.
class
Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.
class
Decorates another BidiMap to ensure it can't be altered.
class
Decorates another OrderedBidiMap to ensure it can't be altered.
class
Decorates another SortedBidiMap to ensure it can't be altered.

Constructors with parameter type org.apache.commons.collections.BidiMap

Constructor that wraps (not copies).
AbstractDualBidiMap.AbstractDualBidiMap(Map normalMap, Map reverseMap, BidiMap inverseBidiMap)
Constructs a map that decorates the specified maps, used by the subclass createBidiMap implementation.
DualHashBidiMap.DualHashBidiMap(Map normalMap, Map reverseMap, BidiMap inverseBidiMap)
Constructs a HashBidiMap that decorates the specified maps.
DualTreeBidiMap.DualTreeBidiMap(Map normalMap, Map reverseMap, BidiMap inverseBidiMap)
Constructs a DualTreeBidiMap that decorates the specified maps.

Fields of type org.apache.commons.collections.BidiMap

BidiMap
Inverse view of this map.

Methods with parameter type org.apache.commons.collections.BidiMap

BidiMap
AbstractDualBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseMap)
Creates a new instance of the subclass.
BidiMap
DualHashBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseBidiMap)
Creates a new instance of this object.
BidiMap
DualTreeBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseMap)
Creates a new instance of this object.
BidiMap
Factory method to create an unmodifiable map.

Methods with return type org.apache.commons.collections.BidiMap

BidiMap
AbstractDualBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseMap)
Creates a new instance of the subclass.
BidiMap
DualHashBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseBidiMap)
Creates a new instance of this object.
BidiMap
DualTreeBidiMap.createBidiMap(Map normalMap, Map reverseMap, BidiMap inverseMap)
Creates a new instance of this object.
BidiMap
Factory method to create an unmodifiable map.
BidiMap
Gets the map being decorated.
BidiMap
BidiMap
Gets a view of this map where the keys and values are reversed.
BidiMap
Gets the inverse map for comparison.
BidiMap
BidiMap
Gets a view of this map where the keys and values are reversed.
BidiMap

Uses in package org.apache.commons.collections

Methods with return type org.apache.commons.collections.BidiMap

BidiMap
Gets a view of this map where the keys and values are reversed.
BidiMap
Gets a view of this map where the keys and values are reversed.
BidiMap
Gets a view of this map where the keys and values are reversed.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.