接口 CloseableIterator<T>

  • 所有超级接口:
    AutoCloseable, Iterator<T>

    public interface CloseableIterator<T>
    extends Iterator<T>, AutoCloseable
    Unification of Iterator and AutoCloseable
    从以下版本开始:
    5.2
    作者:
    Steve Ebersole