Uses of Interface
org.apache.commons.math3.util.Incrementor.MaxCountExceededCallback
Packages that use Incrementor.MaxCountExceededCallback
Package
Description
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of Incrementor.MaxCountExceededCallback in org.apache.commons.math3.util
Constructors in org.apache.commons.math3.util with parameters of type Incrementor.MaxCountExceededCallbackModifierConstructorDescriptionIncrementor
(int max, Incrementor.MaxCountExceededCallback cb) Deprecated.Defines a maximal count and a callback method to be triggered at counter exhaustion.IterationManager
(int maxIterations, Incrementor.MaxCountExceededCallback callBack) Deprecated.
IterationManager(int, org.apache.commons.math3.util.IntegerSequence.Incrementor.MaxCountExceededCallback)