Uses of Class
ste.lloop.NumericSequence
Packages that use NumericSequence
-
Uses of NumericSequence in ste.lloop
Fields in ste.lloop declared as NumericSequenceModifier and TypeFieldDescriptionprotected final NumericSequenceAbstractSequence.indexesThe numeric series that controls the looping.Methods in ste.lloop that return NumericSequenceModifier and TypeMethodDescriptionNumericSequence.from(int from) Sets the starting value of the loop (inclusive).static NumericSequenceLoop.on()Creates a new numeric loop.NumericSequence.step(int step) Sets the step of the loop.NumericSequence.to(int to) Sets the ending value of the loop (inclusive).