Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.collections.bidimap

Class Summary
AbstractBidiMapDecorator Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.
AbstractDualBidiMap Abstract BidiMap implemented using two maps.
AbstractDualBidiMap.BidiMapIterator Inner class MapIterator.
AbstractDualBidiMap.EntrySet Inner class EntrySet.
AbstractDualBidiMap.EntrySetIterator Inner class EntrySetIterator.
AbstractDualBidiMap.KeySet Inner class KeySet.
AbstractDualBidiMap.KeySetIterator Inner class KeySetIterator.
AbstractDualBidiMap.MapEntry Inner class MapEntry.
AbstractDualBidiMap.Values Inner class Values.
AbstractDualBidiMap.ValuesIterator Inner class ValuesIterator.
AbstractDualBidiMap.View Inner class View.
AbstractOrderedBidiMapDecorator Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.
AbstractSortedBidiMapDecorator Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.
AbstractTestBidiMap Abstract test class for org.apache.commons.collections.BidiMap methods and contracts.
AbstractTestOrderedBidiMap Abstract test class for org.apache.commons.collections.OrderedBidiMap methods and contracts.
AbstractTestSortedBidiMap Abstract test class for org.apache.commons.collections.SortedBidiMap methods and contracts.
DualHashBidiMap Implementation of BidiMap that uses two HashMap instances.
DualTreeBidiMap Implementation of BidiMap that uses two TreeMap instances.
DualTreeBidiMap.BidiOrderedMapIterator Inner class MapIterator.
DualTreeBidiMap.ViewMap Internal sorted map view.
TestAbstractOrderedBidiMapDecorator Test class for AbstractOrderedBidiMapDecorator.
TestAbstractOrderedBidiMapDecorator.TestOrderedBidiMap Simple class to actually test.
TestAll Entry point for tests.
TestDualHashBidiMap JUnit tests.
TestDualTreeBidiMap JUnit tests.
TestDualTreeBidiMap2 JUnit tests.
TestTreeBidiMap JUnit tests.
TestUnmodifiableBidiMap JUnit tests.
TestUnmodifiableOrderedBidiMap JUnit tests.
TestUnmodifiableSortedBidiMap JUnit tests.
TreeBidiMap Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.
TreeBidiMap.EntryView A view of this map.
TreeBidiMap.Inverse A node used to store the data.
TreeBidiMap.Node A node used to store the data.
TreeBidiMap.View A view of this map.
TreeBidiMap.ViewIterator An iterator over the map.
TreeBidiMap.ViewMapIterator An iterator over the map.
UnmodifiableBidiMap Decorates another BidiMap to ensure it can't be altered.
UnmodifiableOrderedBidiMap Decorates another OrderedBidiMap to ensure it can't be altered.
UnmodifiableSortedBidiMap Decorates another SortedBidiMap to ensure it can't be altered.