Uses of Class
ste.lloop.IteratorSequence
Packages that use IteratorSequence
-
Uses of IteratorSequence in ste.lloop
Methods in ste.lloop that return IteratorSequenceModifier and TypeMethodDescriptionstatic <T> IteratorSequence<T> Loop.on(Enumeration<T> enumeration) Creates a new loop over the given Enumeration, converting it to anIteratorusingEnumeration.asIterator()internally.static <T> IteratorSequence<T> Creates a new loop over the given Iterator.