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, forEachEntryMethods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, valuesMethods 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
-
Field Details
-
entryIterable
-
-
Constructor Details
-
AsMapOfRanges
AsMapOfRanges(Iterable<TreeRangeMap.RangeMapEntry<K, V>> entryIterable)
-
-
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>
-
size
public int size()- Specified by:
sizein interfaceMap<Range<K extends Comparable>,V> - Specified by:
sizein classMaps.IteratorBasedAbstractMap<Range<K extends Comparable>,V>
-
entryIterator
- Specified by:
entryIteratorin classMaps.IteratorBasedAbstractMap<Range<K extends Comparable>,V>
-