Interface ReleasableIterator<T>

All Superinterfaces:
AutoCloseable, Closeable, Iterator<T>, Releasable

public interface ReleasableIterator<T> extends Releasable, Iterator<T>
An Iterator with state that must be released.