Uses of Package
no.digipost.util.bisect
Packages that use no.digipost.util.bisect
-
Classes in no.digipost.util.bisect used by no.digipost.util.bisectClassDescriptionImplementation of bisection search algorithm, which can be used to find objects having any quantifiable properties one would evaluate as approaching a certain ideal target value.An evaluator is used to quantify a suggested value as one of the values of
Evaluator.Result, and sort defines what an ideal target value is like.A suggester function is used byBisectSearchto generate suggestions from distinct "points" of a range of integers.A suggested value for a bisection search.A disposing operation for a dismissed value of aSuggestion.