Uses of Class
no.digipost.util.bisect.BisectSearch
-
Packages that use BisectSearch Package Description no.digipost.util.bisect -
-
Uses of BisectSearch in no.digipost.util.bisect
Methods in no.digipost.util.bisect that return BisectSearch Modifier and Type Method Description BisectSearch<T>BisectSearch.Builder. inRange(int min, int max)Specify the range of points to base the search on, using a range from an inclusive lower bound, up to, but not including, upper bound.BisectSearch<T>BisectSearch. maximumAttempts(int maxAttempts)Specify how many suggestions the search should attempt before yielding a result.
-