Index
All Classes and Interfaces|All Packages
F
- from - Variable in class ste.lloop.NumericSeries
-
The starting value of the loop (inclusive).
- from(int) - Method in class ste.lloop.NumericSeries
-
Sets the starting value of the loop (inclusive).
- from(int) - Method in class ste.lloop.Sequence
-
Sets the starting index of the loop (inclusive).
L
- loop(BiConsumer<Integer, T>) - Method in class ste.lloop.Sequence
-
Executes the given consumer for each element in the loop.
- loop(Consumer<Integer>) - Method in class ste.lloop.NumericSeries
-
Executes the given consumer for each value in the loop.
- loop(Consumer<T>) - Method in class ste.lloop.Sequence
-
Executes the given consumer for each element in the loop.
- Loop - Class in ste.lloop
-
Provides a fluent API for creating loops.
N
- NumericSeries - Class in ste.lloop
-
A numeric loop that can be configured with a starting and ending value.
- NumericSeries() - Constructor for class ste.lloop.NumericSeries
-
Constructs a new
NumericSeriesinstance.
O
- on() - Static method in class ste.lloop.Loop
-
Creates a new numeric loop.
- on(T...) - Static method in class ste.lloop.Loop
-
Creates a new loop over the given items.
R
- ReturnValue<R> - Class in ste.lloop
-
A holder for a return value that can be used in a lambda expression.
- ReturnValue() - Constructor for class ste.lloop.ReturnValue
-
Constructs a new
ReturnValueinstance with a null value. - ReturnValue(R) - Constructor for class ste.lloop.ReturnValue
-
Constructs a new
ReturnValueinstance with the given value.
S
- Sequence<T> - Class in ste.lloop
-
A loop over an array that can be configured with a starting and ending index.
- ste.lloop - package ste.lloop
- step - Variable in class ste.lloop.NumericSeries
-
The step of the loop.
- step(int) - Method in class ste.lloop.NumericSeries
-
Sets the step of the loop.
- step(int) - Method in class ste.lloop.Sequence
-
Sets the step of the loop.
T
- to - Variable in class ste.lloop.NumericSeries
-
The ending value of the loop (inclusive).
- to(int) - Method in class ste.lloop.NumericSeries
-
Sets the ending value of the loop (inclusive).
- to(int) - Method in class ste.lloop.Sequence
-
Sets the ending index of the loop (inclusive).
- toString() - Method in class ste.lloop.ReturnValue
V
- value - Variable in class ste.lloop.ReturnValue
-
The value of the return value.
All Classes and Interfaces|All Packages