Uses of Interface
org.apache.commons.math3.util.IntegerSequence.Incrementor.MaxCountExceededCallback
Packages that use IntegerSequence.Incrementor.MaxCountExceededCallback
Package
Description
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of IntegerSequence.Incrementor.MaxCountExceededCallback in org.apache.commons.math3.util
Methods in org.apache.commons.math3.util with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallbackModifier and TypeMethodDescriptionIntegerSequence.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.MaxCountExceededCallbackModifierConstructorDescriptionIterationManager
(int maxIterations, IntegerSequence.Incrementor.MaxCountExceededCallback callBack) Creates a new instance of this class.