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, lastKey
containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
protected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, SortedMap sm)
bidi
- the parent bidi mapsm
- the subMap sorted mappublic boolean containsValue(Object value)
containsValue
in interface Map
containsValue
in class AbstractMapDecorator
public void clear()
clear
in interface Map
clear
in class AbstractMapDecorator
public SortedMap headMap(Object toKey)
headMap
in interface SortedMap
headMap
in class AbstractSortedMapDecorator
public SortedMap tailMap(Object fromKey)
tailMap
in interface SortedMap
tailMap
in class AbstractSortedMapDecorator
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.