Uses of Class
ste.lloop.NumericSeries
-
Uses of NumericSeries in ste.lloop
Methods in ste.lloop that return NumericSeriesModifier and TypeMethodDescriptionNumericSeries.from(int from) Sets the starting value of the loop (inclusive).static NumericSeriesLoop.on()Creates a new numeric loop.NumericSeries.step(int step) Sets the step of the loop.NumericSeries.to(int to) Sets the ending value of the loop (inclusive).