Package ste.lloop


package ste.lloop
  • 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 an iterable and can only go forward.
    A loop over an array that can be configured with a starting and ending index.
    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.