protected static class DualTreeBidiMap.ViewMap extends AbstractSortedMapDecorator
Modifier and Type | Field and Description |
---|---|
(package private) DualTreeBidiMap |
bidi
The parent bidi map.
|
map
Modifier | Constructor and Description |
---|---|
protected |
ViewMap(DualTreeBidiMap bidi,
java.util.SortedMap sm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsValue(java.lang.Object value) |
java.util.SortedMap |
headMap(java.lang.Object toKey) |
java.util.SortedMap |
subMap(java.lang.Object fromKey,
java.lang.Object toKey) |
java.util.SortedMap |
tailMap(java.lang.Object fromKey) |
comparator, firstKey, getSortedMap, lastKey
containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
final DualTreeBidiMap bidi
protected ViewMap(DualTreeBidiMap bidi, java.util.SortedMap sm)
bidi
- the parent bidi mapsm
- the subMap sorted mappublic boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
containsValue
in class AbstractMapDecorator
public void clear()
clear
in interface java.util.Map
clear
in class AbstractMapDecorator
public java.util.SortedMap headMap(java.lang.Object toKey)
headMap
in interface java.util.SortedMap
headMap
in class AbstractSortedMapDecorator
public java.util.SortedMap tailMap(java.lang.Object fromKey)
tailMap
in interface java.util.SortedMap
tailMap
in class AbstractSortedMapDecorator
public java.util.SortedMap subMap(java.lang.Object fromKey, java.lang.Object toKey)
subMap
in interface java.util.SortedMap
subMap
in class AbstractSortedMapDecorator