Package ste.lloop
package ste.lloop
-
ClassDescriptionAbstractSequence<S extends AbstractSequence<S>>A base class for sequences that can be iterated over with indexes.A sequence that loops over an array.A sequence that loops over an iterable and can only go forward.A loop over an array that can be configured with a starting and ending index.ListSequence<T>A sequence that loops over a list.Provides a fluent API for creating loops.MapLoopConsumer<K,
V> A functional interface for consuming items in a map loop.MapSequence<K,V> 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.