public interface CloseableIterator<T> extends Iterator<T>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
forEachRemaining, hasNext, next, removevoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - if an I/O error occursCopyright © 1996–2019 Geotools. All rights reserved.