public class CloseableIteratorAggregatorWithoutExeception<E> extends AbstractCloseableIterator<E> implements CloseableIteratorWithoutException<E>
| Constructor and Description |
|---|
CloseableIteratorAggregatorWithoutExeception(CloseableIteratorWithoutException<CloseableIteratorWithoutException<E>> metaIt) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
finalizepublic CloseableIteratorAggregatorWithoutExeception(CloseableIteratorWithoutException<CloseableIteratorWithoutException<E>> metaIt)
public boolean hasNext()
hasNext in interface CloseableIterator<E>hasNext in interface CloseableIteratorWithoutException<E>public E next()
next in interface CloseableIterator<E>next in interface CloseableIteratorWithoutException<E>public void close()
close in interface CloseableIterator<E>close in interface Closeableclose in interface AutoCloseableCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.