Uses of Class
org.apache.commons.math4.util.IntegerSequence.Incrementor
| Package | Description |
|---|---|
| org.apache.commons.math4.util |
Convenience routines and common data structures used throughout the commons-math library.
|
-
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util that return IntegerSequence.Incrementor Modifier and Type Method Description static IntegerSequence.IncrementorIntegerSequence.Incrementor. create()Factory method that creates a default instance.IntegerSequence.IncrementorIntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)Creates a new instance with a given callback.IntegerSequence.IncrementorIntegerSequence.Incrementor. withIncrement(int step)Creates a new instance with a given increment.IntegerSequence.IncrementorIntegerSequence.Incrementor. withMaximalCount(int max)Creates a new instance with a given maximal count.IntegerSequence.IncrementorIntegerSequence.Incrementor. withStart(int start)Creates a new instance with a given initial value.