HasCurrentIterator<E> constructor

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

Implementation

HasCurrentIterator(this._iterator);