Uses of Interface
org.apache.commons.math3.util.Incrementor.MaxCountExceededCallback

Packages that use Incrementor.MaxCountExceededCallback
org.apache.commons.math3.util 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.MaxCountExceededCallback
Incrementor(int max, Incrementor.MaxCountExceededCallback cb)
          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.
 



Copyright © 2017 CNES. All Rights Reserved.