Uses of Class
com.google.common.collect.TreeRangeMap.RangeMapEntry
Packages that use TreeRangeMap.RangeMapEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of TreeRangeMap.RangeMapEntry in com.google.common.collect
Fields in com.google.common.collect with type parameters of type TreeRangeMap.RangeMapEntryModifier and TypeFieldDescriptionprivate final NavigableMap
<Cut<K>, TreeRangeMap.RangeMapEntry<K, V>> TreeRangeMap.entriesByLowerBound
Method parameters in com.google.common.collect with type arguments of type TreeRangeMap.RangeMapEntryModifier and TypeMethodDescriptionprivate static <K extends Comparable,
V>
Range<K> TreeRangeMap.coalesce
(Range<K> range, V value, Map.Entry<Cut<K>, TreeRangeMap.RangeMapEntry<K, V>> entry) Returns the range that spans the given range and entry, if the entry can be coalesced.Constructor parameters in com.google.common.collect with type arguments of type TreeRangeMap.RangeMapEntryModifierConstructorDescription(package private)
AsMapOfRanges
(Iterable<TreeRangeMap.RangeMapEntry<K, V>> entryIterable)