Package com.google.common.collect
Class TreeRangeMap.SubRangeMap.SubRangeMapAsMap
java.lang.Object
java.util.AbstractMap<Range<K>,V>
com.google.common.collect.TreeRangeMap.SubRangeMap.SubRangeMapAsMap
- Enclosing class:
TreeRangeMap.SubRangeMap
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SubRangeMapAsMap
SubRangeMapAsMap()
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceMap<Range<K extends Comparable>,V> - Overrides:
containsKeyin classAbstractMap<Range<K extends Comparable>,V>
-
get
- Specified by:
getin interfaceMap<Range<K extends Comparable>,V> - Overrides:
getin classAbstractMap<Range<K extends Comparable>,V>
-
remove
- Specified by:
removein interfaceMap<Range<K extends Comparable>,V> - Overrides:
removein classAbstractMap<Range<K extends Comparable>,V>
-
clear
public void clear()- Specified by:
clearin interfaceMap<Range<K extends Comparable>,V> - Overrides:
clearin classAbstractMap<Range<K extends Comparable>,V>
-
removeEntryIf
-
keySet
- Specified by:
keySetin interfaceMap<Range<K extends Comparable>,V> - Overrides:
keySetin classAbstractMap<Range<K extends Comparable>,V>
-
entrySet
- Specified by:
entrySetin interfaceMap<Range<K extends Comparable>,V> - Specified by:
entrySetin classAbstractMap<Range<K extends Comparable>,V>
-
entryIterator
-
values
- Specified by:
valuesin interfaceMap<Range<K extends Comparable>,V> - Overrides:
valuesin classAbstractMap<Range<K extends Comparable>,V>
-