Uses of Interface
org.apache.commons.math4.util.Incrementor.MaxCountExceededCallback
-
Packages that use Incrementor.MaxCountExceededCallback Package Description org.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of Incrementor.MaxCountExceededCallback in org.apache.commons.math4.util
Constructors in org.apache.commons.math4.util with parameters of type Incrementor.MaxCountExceededCallback Constructor Description Incrementor(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)Creates a new instance of this class.
-