HasNextIterator<E> constructor

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

Implementation

HasNextIterator(this._iterator);