Uses of Class
com.google.common.collect.TreeRangeMap.RangeMapEntry
-
Packages that use TreeRangeMap.RangeMapEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of TreeRangeMap.RangeMapEntry in com.google.common.collect
Fields in com.google.common.collect with type parameters of type TreeRangeMap.RangeMapEntry Modifier and Type Field Description private java.util.NavigableMap<Cut<K>,TreeRangeMap.RangeMapEntry<K,V>>
TreeRangeMap. entriesByLowerBound
Method parameters in com.google.common.collect with type arguments of type TreeRangeMap.RangeMapEntry Modifier and Type Method Description private static <K extends java.lang.Comparable,V>
Range<K>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 parameters in com.google.common.collect with type arguments of type TreeRangeMap.RangeMapEntry Constructor Description AsMapOfRanges(java.lang.Iterable<TreeRangeMap.RangeMapEntry<K,V>> entryIterable)
-