Package fr.gouv.vitam.worker.core.utils
Class CountingIterator.EntryWithIndex<T>
- java.lang.Object
-
- fr.gouv.vitam.worker.core.utils.CountingIterator.EntryWithIndex<T>
-
- Enclosing class:
- CountingIterator<T>
public static class CountingIterator.EntryWithIndex<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntryWithIndex(T value, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
T
getValue()
-