Uses of Interface org.apache.commons.collections.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.

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

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

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

Constructor that wraps (not copies).

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.

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

SortedBidiMap
Factory method to create an unmodifiable map.

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