Interface IOIterator<T>

Type Parameters:
T -
All Superinterfaces:
AutoCloseable, Closeable

public interface IOIterator<T> extends Closeable
An Iterator-like interface that is intentionally not extending Iterator. This is because it is Closeable and we never want to lose track of the fact that the object needs to be closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean