Uses of Interface
org.hipparchus.util.Incrementor.MaxCountExceededCallback
Packages that use Incrementor.MaxCountExceededCallback
Package
Description
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.MaxCountExceededCallbackModifier and TypeMethodDescriptionIncrementor.withCallback
(Incrementor.MaxCountExceededCallback cb) Creates a new instance with a given callback.Constructors in org.hipparchus.util with parameters of type Incrementor.MaxCountExceededCallbackModifierConstructorDescriptionIncrementor
(int max, Incrementor.MaxCountExceededCallback cb) Creates an Incrementor.IterationManager
(int maxIterations, Incrementor.MaxCountExceededCallback callBack) Creates a new instance of this class.