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