Class CountingIterator<T>

java.lang.Object
fr.gouv.vitam.common.iterables.CountingIterator<T>
All Implemented Interfaces:
Iterator<CountingIterator.EntryWithIndex<T>>

public class CountingIterator<T> extends Object implements Iterator<CountingIterator.EntryWithIndex<T>>