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, lastKeyMethods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
containsValuein interfaceMap- Overrides:
containsValuein classAbstractMapDecorator
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classAbstractMapDecorator
-
headMap
- Specified by:
headMapin interfaceSortedMap- Overrides:
headMapin classAbstractSortedMapDecorator
-
tailMap
- Specified by:
tailMapin interfaceSortedMap- Overrides:
tailMapin classAbstractSortedMapDecorator
-
subMap
- Specified by:
subMapin interfaceSortedMap- Overrides:
subMapin classAbstractSortedMapDecorator
-