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

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

Classes implementing org.apache.commons.collections.OrderedBidiMap

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 TreeMap instances.
class
Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.
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.OrderedBidiMap

Constructor that wraps (not copies).

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

OrderedBidiMap
Factory method to create an unmodifiable map.

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

OrderedBidiMap
Factory method to create an unmodifiable map.
OrderedBidiMap
Gets the map being decorated.
OrderedBidiMap
OrderedBidiMap
OrderedBidiMap
Gets the inverse map for comparison.
OrderedBidiMap
Gets a view of this map where the keys and values are reversed.
OrderedBidiMap

Uses in package org.apache.commons.collections

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

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

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