Class CountingIterator.EntryWithIndex<T>

java.lang.Object
fr.gouv.vitam.common.iterables.CountingIterator.EntryWithIndex<T>
Enclosing class:
CountingIterator<T>

public static class CountingIterator.EntryWithIndex<T> extends Object
  • Constructor Details

    • EntryWithIndex

      public EntryWithIndex(T value, int index)
  • Method Details

    • getValue

      public T getValue()
    • getIndex

      public int getIndex()