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

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

Classes implementing org.apache.commons.collections.SortedBidiMap

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
Decorates another SortedBidiMap to ensure it can't be altered.

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

Constructor that wraps (not copies).

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

SortedBidiMap
Factory method to create an unmodifiable map.

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

SortedBidiMap
Factory method to create an unmodifiable map.
SortedBidiMap
Gets the map being decorated.
SortedBidiMap
SortedBidiMap
SortedBidiMap

Uses in package org.apache.commons.collections

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

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

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