Uses of Interface
org.hipparchus.util.Incrementor.MaxCountExceededCallback
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of Incrementor.MaxCountExceededCallback in org.hipparchus.util
Modifier and TypeMethodDescriptionIncrementor.withCallback
(Incrementor.MaxCountExceededCallback cb) Creates a new instance with a given callback.ModifierConstructorDescriptionIncrementor
(int max, Incrementor.MaxCountExceededCallback cb) Creates an Incrementor.IterationManager
(int maxIterations, Incrementor.MaxCountExceededCallback callBack) Creates a new instance of this class.