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