Interface LoopingIterator<T>

All Superinterfaces:
AutoCloseable, Closeable, Iterable<T>, Iterator<T>
All Known Implementing Classes:
RowIterator

public interface LoopingIterator<T> extends Iterator<T>, Iterable<T>, Closeable
An exteded Iterator is suitable for use in the for ( ; ; ) statement.
Since:
1.86
Author:
Pavel Ponec
See Also: