Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections.bidimap |
Modifier and Type | Method and Description |
---|---|
SortedBidiMap |
SortedBidiMap.inverseSortedBidiMap()
Gets a view of this map where the keys and values are reversed.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSortedBidiMapDecorator
Provides a base decorator that enables additional functionality to be added
to a SortedBidiMap via decoration.
|
class |
DualTreeBidiMap
Implementation of
BidiMap that uses two TreeMap instances. |
class |
UnmodifiableSortedBidiMap
Decorates another
SortedBidiMap to ensure it can't be altered. |
Modifier and Type | Method and Description |
---|---|
static SortedBidiMap |
UnmodifiableSortedBidiMap.decorate(SortedBidiMap map)
Factory method to create an unmodifiable map.
|
protected SortedBidiMap |
AbstractSortedBidiMapDecorator.getSortedBidiMap()
Gets the map being decorated.
|
SortedBidiMap |
AbstractSortedBidiMapDecorator.inverseSortedBidiMap() |
SortedBidiMap |
DualTreeBidiMap.inverseSortedBidiMap() |
SortedBidiMap |
UnmodifiableSortedBidiMap.inverseSortedBidiMap() |
Modifier and Type | Method and Description |
---|---|
static SortedBidiMap |
UnmodifiableSortedBidiMap.decorate(SortedBidiMap map)
Factory method to create an unmodifiable map.
|
Constructor and Description |
---|
AbstractSortedBidiMapDecorator(SortedBidiMap map)
Constructor that wraps (not copies).
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.