All Classes and Interfaces

Class
Description
A base class for sequences that can be iterated over with indexes.
A sequence that loops over an array.
A sequence that loops over a CharSequence.
A sequence that loops only forwards
A loop over an array that can be configured with a starting and ending index.
A sequence that loops over an iterable and can only go forward.
A sequence that loops over an iterator and can only go forward.
A sequence that loops over lines from a File, Path, or BufferedReader.
A sequence that loops over a list.
Provides a fluent API for creating loops.
A functional interface for consuming items in a map loop.
A sequence that loops over a map.
A numeric loop that can be configured with a starting and ending value.
A holder for a return value that can be used in a lambda expression.
Compares the performance of λLoop with Java Streams for searching elements in a list.