public interface LoopingIterator<T> extends Iterator<T>, Iterable<T>, Closeable
Iterator
is suitable for use in the for ( ; ; )
statement.RowIterator
Modifier and Type | Method and Description |
---|---|
default Iterator<T> |
iterator()
Returns the same object to iterate over elements of type
T . |
default Stream<T> |
toStream()
Convert to a closeable Stream
|
forEachRemaining, hasNext, next, remove
forEach, spliterator
Copyright 2019-2022, Pavel Ponec