Uses of Class
ste.lloop.AbstractSequence
Packages that use AbstractSequence
-
Uses of AbstractSequence in ste.lloop
Classes in ste.lloop with type parameters of type AbstractSequenceModifier and TypeClassDescriptionclassAbstractSequence<S extends AbstractSequence<S>>A base class for sequences that can be iterated over with indexes.Subclasses of AbstractSequence in ste.lloopModifier and TypeClassDescriptionclassA sequence that loops over an array.classA sequence that loops over an iterable and can only go forward.classA loop over an array that can be configured with a starting and ending index.classListSequence<T>A sequence that loops over a list.classMapSequence<K,V> A sequence that loops over a map.