T - Type returned by the iteratorpublic class Nav.IndexCountingIterator<T>
extends java.lang.Object
implements de.innovationgate.utils.SkippingIterator<T>, de.innovationgate.utils.IteratorWrapper<T>
| Constructor and Description |
|---|
Nav.IndexCountingIterator(de.innovationgate.utils.SkippingIterator<T> parent) |
public Nav.IndexCountingIterator(de.innovationgate.utils.SkippingIterator<T> parent)
public int getIndex()
public java.util.Iterator<T> getWrappedIterator()
getWrappedIterator in interface de.innovationgate.utils.IteratorWrapper<T>public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public int skip(int nrOfElements)
skip in interface de.innovationgate.utils.SkippingIterator<T>