RIterator<T> constructor

RIterator<T>(
  1. Iterator<T> _wIterator
)

Implementation

RIterator(this._wIterator);