IndexedValueIterator<E> constructor

IndexedValueIterator<E>(
  1. Iterator<E> _iterator
)

Implementation

IndexedValueIterator(this._iterator);