Uses of Interface
org.apache.commons.math4.util.IntegerSequence.Incrementor.MaxCountExceededCallback
| Package | Description |
|---|---|
| org.apache.commons.math4.util |
Convenience routines and common data structures used throughout the commons-math library.
|
-
Uses of IntegerSequence.Incrementor.MaxCountExceededCallback in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallback Modifier and Type Method Description IntegerSequence.IncrementorIntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)Creates a new instance with a given callback.