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
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)
-