Package com.google.common.collect
Class TreeRangeMap.AsMapOfRanges
java.lang.Object
java.util.AbstractMap<Range<K>,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<Range<K>,V>
com.google.common.collect.TreeRangeMap.AsMapOfRanges
- Enclosing class:
TreeRangeMap<K extends Comparable,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
clear, entrySet, entrySpliterator, forEachEntry
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, values
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
-
Field Details
-
entryIterable
-
-
Constructor Details
-
AsMapOfRanges
AsMapOfRanges(Iterable<TreeRangeMap.RangeMapEntry<K, V>> entryIterable)
-
-
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>
-
size
public int size()- Specified by:
size
in interfaceMap<Range<K extends Comparable>,
V> - Specified by:
size
in classMaps.IteratorBasedAbstractMap<Range<K extends Comparable>,
V>
-
entryIterator
- Specified by:
entryIterator
in classMaps.IteratorBasedAbstractMap<Range<K extends Comparable>,
V>
-