Uses of Interface
org.hipparchus.util.Incrementor.MaxCountExceededCallback
-
Packages that use Incrementor.MaxCountExceededCallback Package Description org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of Incrementor.MaxCountExceededCallback in org.hipparchus.util
Methods in org.hipparchus.util with parameters of type Incrementor.MaxCountExceededCallback Modifier and Type Method Description Incrementor
Incrementor. withCallback(Incrementor.MaxCountExceededCallback cb)
Creates a new instance with a given callback.Constructors in org.hipparchus.util with parameters of type Incrementor.MaxCountExceededCallback Constructor Description Incrementor(int max, Incrementor.MaxCountExceededCallback cb)
Creates an Incrementor.IterationManager(int maxIterations, Incrementor.MaxCountExceededCallback callBack)
Creates a new instance of this class.
-