Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Field and Description |
---|---|
private java.util.NavigableMap<Cut<K>,TreeRangeMap.RangeMapEntry<K,V>> |
TreeRangeMap.entriesByLowerBound |
Modifier and Type | Method and Description |
---|---|
private static <K extends java.lang.Comparable,V> |
TreeRangeMap.coalesce(Range<K> range,
V value,
java.util.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 and Description |
---|
AsMapOfRanges(java.lang.Iterable<TreeRangeMap.RangeMapEntry<K,V>> entryIterable) |