Interface CloseableIterator<T>
- Type Parameters:
T- The typo of element to iterate on.
- All Superinterfaces:
AutoCloseable,Iterator<T>
- All Known Subinterfaces:
SqlStatementIterator
- All Known Implementing Classes:
BaseParser.ParserSqlStatementIterator
Iterator that can be used to close underlying resources.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove