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