Uses of Interface
com.google.mu.collect.BinarySearch.DoubleSearchTarget
-
Uses of BinarySearch.DoubleSearchTarget in com.google.mu.collect
Modifier and TypeMethodDescriptionBinarySearch.forDoubles()
Returns aBinarySearch.Table
over all finite double values (exceptDouble.NaN
,Double.NEGATIVE_INFINITY
andDouble.POSITIVE_INFINITY
).BinarySearch.forDoubles
(com.google.common.collect.Range<Double> range) Similar toBinarySearch.forInts(Range)
, but returns aBinarySearch.Table
over the givenrange
ofdouble
precision numbers.