Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.collections.map.AbstractMapDecorator
org.apache.commons.collections.map.AbstractSortedMapDecorator
org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
protected static class DualTreeBidiMap.ViewMap
extends AbstractSortedMapDecorator
Field Summary |
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator | |
map |
Constructor Summary | |
|
Method Summary | |
void |
|
boolean |
|
SortedMap |
|
SortedMap |
|
SortedMap |
|
Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator | |
comparator , firstKey , getSortedMap , headMap , lastKey , subMap , tailMap |
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator | |
clear , containsKey , containsValue , entrySet , equals , get , getMap , hashCode , isEmpty , keySet , put , putAll , remove , size , toString , values |
protected ViewMap(DualTreeBidiMap bidi, SortedMap sm)
Constructor.
- Parameters:
bidi
- the parent bidi mapsm
- the subMap sorted map
public boolean containsValue(Object value)
- Overrides:
- containsValue in interface AbstractMapDecorator
public SortedMap headMap(Object toKey)
- Overrides:
- headMap in interface AbstractSortedMapDecorator
public SortedMap subMap(Object fromKey, Object toKey)
- Overrides:
- subMap in interface AbstractSortedMapDecorator
public SortedMap tailMap(Object fromKey)
- Overrides:
- tailMap in interface AbstractSortedMapDecorator