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() |
finalize
public CounterIterator(CloseableIterator<T> it)
public int getCptValue()
public boolean hasNext() throws IteratorException
IteratorException
public T next() throws IteratorException
IteratorException
public void close()
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.