| Package | Description |
|---|---|
| org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
| Modifier and Type | Method and Description |
|---|---|
Incrementor |
Incrementor.withCallback(Incrementor.MaxCountExceededCallback cb)
Creates a new instance with a given callback.
|
| Constructor and Description |
|---|
Incrementor(int max,
Incrementor.MaxCountExceededCallback cb)
Creates an Incrementor.
|
IterationManager(int maxIterations,
Incrementor.MaxCountExceededCallback callBack)
Creates a new instance of this class.
|
Copyright © 2016–2017 Hipparchus.org. All rights reserved.