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 Stream<T> |
toStream()
Convert to a Stream
|
forEachRemaining, hasNext, next, removeforEach, iterator, spliteratorCopyright 2015, Pavel Ponec