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, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
containsKey
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
containsKey
in classAbstractMap<Range<K extends Comparable>,
V>
-
get
- Specified by:
get
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
get
in classAbstractMap<Range<K extends Comparable>,
V>
-
remove
- Specified by:
remove
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
remove
in classAbstractMap<Range<K extends Comparable>,
V>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
clear
in classAbstractMap<Range<K extends Comparable>,
V>
-
removeEntryIf
-
keySet
- Specified by:
keySet
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
keySet
in classAbstractMap<Range<K extends Comparable>,
V>
-
entrySet
- Specified by:
entrySet
in interfaceMap<Range<K extends Comparable>,
V> - Specified by:
entrySet
in classAbstractMap<Range<K extends Comparable>,
V>
-
entryIterator
-
values
- Specified by:
values
in interfaceMap<Range<K extends Comparable>,
V> - Overrides:
values
in classAbstractMap<Range<K extends Comparable>,
V>
-