Interface IClosableIoIterator<T>

All Superinterfaces:
AutoCloseable, Closeable, IClosableIterator<T,IOException>, ICloseable<IOException>, Iterable<T>

public interface IClosableIoIterator<T> extends Closeable, IClosableIterator<T,IOException>