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() |
finalize
public 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 Closeable
close
in interface AutoCloseable
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.