Uses of Class
no.digipost.util.bisect.BisectSearch
Packages that use BisectSearch
-
Uses of BisectSearch in no.digipost.util.bisect
Methods in no.digipost.util.bisect that return BisectSearchModifier and TypeMethodDescriptionBisectSearch.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.maximumAttempts(int maxAttempts) Specify how many suggestions the search should attempt before yielding a result.