HasNextIterator<E> constructor

HasNextIterator<E>(Iterator<E> _iterator)

Implementation

HasNextIterator(this._iterator);