Class DualTreeBidiMap.ViewMap
java.lang.Object
org.apache.commons.collections.map.AbstractMapDecorator
org.apache.commons.collections.map.AbstractSortedMapDecorator
org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- Enclosing class:
- DualTreeBidiMap
Internal sorted map view.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
comparator, firstKey, getSortedMap, lastKey
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
ViewMap
Constructor.- Parameters:
bidi
- the parent bidi mapsm
- the subMap sorted map
-
-
Method Details
-
containsValue
- Specified by:
containsValue
in interfaceMap
- Overrides:
containsValue
in classAbstractMapDecorator
-
clear
public void clear()- Specified by:
clear
in interfaceMap
- Overrides:
clear
in classAbstractMapDecorator
-
headMap
- Specified by:
headMap
in interfaceSortedMap
- Overrides:
headMap
in classAbstractSortedMapDecorator
-
tailMap
- Specified by:
tailMap
in interfaceSortedMap
- Overrides:
tailMap
in classAbstractSortedMapDecorator
-
subMap
- Specified by:
subMap
in interfaceSortedMap
- Overrides:
subMap
in classAbstractSortedMapDecorator
-