| Package | Description |
|---|---|
| org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
| Modifier and Type | Method | Description |
|---|---|---|
Incrementor |
Incrementor.withCallback(Incrementor.MaxCountExceededCallback cb) |
Creates a new instance with a given callback.
|
| Constructor | 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–2018 Hipparchus.org. All rights reserved.