protected static class DualTreeBidiMap.ViewMap extends AbstractSortedMapDecorator
map| Modifier | Constructor and Description |
|---|---|
protected |
DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi,
SortedMap sm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsValue(Object value) |
SortedMap |
headMap(Object toKey) |
SortedMap |
subMap(Object fromKey,
Object toKey) |
SortedMap |
tailMap(Object fromKey) |
comparator, firstKey, getSortedMap, lastKeycontainsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesprotected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, SortedMap sm)
bidi - the parent bidi mapsm - the subMap sorted mappublic boolean containsValue(Object value)
containsValue in interface MapcontainsValue in class AbstractMapDecoratorpublic void clear()
clear in interface Mapclear in class AbstractMapDecoratorpublic SortedMap headMap(Object toKey)
headMap in interface SortedMapheadMap in class AbstractSortedMapDecoratorpublic SortedMap tailMap(Object fromKey)
tailMap in interface SortedMaptailMap in class AbstractSortedMapDecoratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.