Interface CloseableIterator<E>

Type Parameters:
E - iteration element type
All Superinterfaces:
AutoCloseable, Closeable, Iterator<E>
All Known Implementing Classes:
AbstractKVIterator, BerkeleyKVTransaction.CursorIterator, CursorIterator, KVPairIterator, UniqueIterator

public interface CloseableIterator<E> extends Iterator<E>, Closeable
An Iterator that is Closeable and can be close()'d without throwing any exceptions.