Uses of Interface
com.google.guava.labs.collect.BinarySearch.DoubleSearchTarget
Packages that use BinarySearch.DoubleSearchTarget
Package
Description
BinarySearch and some extra collectors for Guava (requires mug-guava artifact)
- 
Uses of BinarySearch.DoubleSearchTarget in com.google.guava.labs.collect
Methods in com.google.guava.labs.collect that return types with arguments of type BinarySearch.DoubleSearchTargetModifier and TypeMethodDescriptionBinarySearch.forDoubles()Returns aBinarySearch.Tableover all finite double values (exceptDouble.NaN,Double.NEGATIVE_INFINITYandDouble.POSITIVE_INFINITY).BinarySearch.forDoubles(Range<Double> range) Similar toBinarySearch.forInts(Range), but returns aBinarySearch.Tableover the givenrangeofdoubleprecision numbers.