public interface CloseableIterator<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
boolean hasNext()
throws IteratorException
IteratorExceptionT next() throws IteratorException
IteratorExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.