Interface CloseableIterator<E>
-
- Type Parameters:
E- the element type of this iterator
- All Superinterfaces:
java.util.Iterator<E>
@OpenApiAll public interface CloseableIterator<E> extends java.util.Iterator<E>Closeable iterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the iteratorbooleanisClosed()Checks whether the iterator is closed
-