java.lang.Object
|
+--org.apache.commons.collections.map.AbstractMapDecorator
|
+--org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
|
+--org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
|
+--org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
All Implemented Interfaces:AbstractSortedBidiMapDecorator(SortedBidiMap map) Constructor that wraps (not copies). |
Comparator | |
Gets the map being decorated. | |
SortedMap | headMap(Object toKey) |
SortedMap | subMap(Object fromKey, Object toKey) |
SortedMap | tailMap(Object fromKey) |
public AbstractSortedBidiMapDecorator(SortedBidiMap map)
- if the collection is nullpublic Comparator comparator()
protected SortedBidiMap getSortedBidiMap()
public SortedMap headMap(Object toKey)
public SortedBidiMap inverseSortedBidiMap()
public SortedMap subMap(Object fromKey, Object toKey)
public SortedMap tailMap(Object fromKey)