HasNextIterator<E> constructor Null safety

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

Implementation

HasNextIterator(this._iterator);