public class CounterIterator<T> extends AbstractCloseableIterator<T>
| Constructor and Description |
|---|
CounterIterator(CloseableIterator<T> it) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getCptValue() |
boolean |
hasNext() |
T |
next() |
finalizepublic CounterIterator(CloseableIterator<T> it)
public int getCptValue()
public boolean hasNext()
throws IteratorException
IteratorExceptionpublic T next() throws IteratorException
IteratorExceptionpublic void close()
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.