Uses of Interface
org.apache.commons.math3.util.IntegerSequence.Incrementor.MaxCountExceededCallback
-
Packages that use IntegerSequence.Incrementor.MaxCountExceededCallback Package Description org.apache.commons.math3.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of IntegerSequence.Incrementor.MaxCountExceededCallback in org.apache.commons.math3.util
Fields in org.apache.commons.math3.util declared as IntegerSequence.Incrementor.MaxCountExceededCallback Modifier and Type Field Description private static IntegerSequence.Incrementor.MaxCountExceededCallback
IntegerSequence.Incrementor. CALLBACK
Default callback.private IntegerSequence.Incrementor.MaxCountExceededCallback
IntegerSequence.Incrementor. maxCountCallback
Function called at counter exhaustion.Methods in org.apache.commons.math3.util with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallback Modifier and Type Method Description IntegerSequence.Incrementor
IntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)
Creates a new instance with a given callback.Constructors in org.apache.commons.math3.util with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallback Constructor Description Incrementor(int start, int max, int step, IntegerSequence.Incrementor.MaxCountExceededCallback cb)
Creates an incrementor.IterationManager(int maxIterations, IntegerSequence.Incrementor.MaxCountExceededCallback callBack)
Creates a new instance of this class.
-