Interface CloseableIterator<E>

All Superinterfaces:
AutoCloseable, Closeable, Closeable, Iterator<E>
All Known Subinterfaces:
IssueIterator
All Known Implementing Classes:
DBActiveIssuesIterator

public interface CloseableIterator<E> extends Iterator<E>, Closeable
For iterators that need to be closed after use. All CloseableIterators should be unmodifiable and throw exceptions if the remove() method is called.
Since:
v3.13