public class IteratorCloseableIteration<E,X extends Exception> extends IteratorIteration<E,X> implements CloseableIteration<E,X>
| Constructor and Description |
|---|
IteratorCloseableIteration(Iterator<? extends E> iter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this iteration, freeing any resources that it is holding.
|
hasNext, next, removepublic void close()
throws X extends Exception
CloseableIterationCopyright © 2001–2015 Aduna. All rights reserved.