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, lastKeycontainsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinal 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.MapcontainsValue in class AbstractMapDecoratorpublic void clear()
clear in interface java.util.Mapclear in class AbstractMapDecoratorpublic java.util.SortedMap headMap(java.lang.Object toKey)
headMap in interface java.util.SortedMapheadMap in class AbstractSortedMapDecoratorpublic java.util.SortedMap tailMap(java.lang.Object fromKey)
tailMap in interface java.util.SortedMaptailMap in class AbstractSortedMapDecoratorpublic java.util.SortedMap subMap(java.lang.Object fromKey,
java.lang.Object toKey)
subMap in interface java.util.SortedMapsubMap in class AbstractSortedMapDecorator