RPVIterator<E> constructor

RPVIterator<E>(
  1. PersistentVector v,
  2. int to,
  3. int i,
  4. List curr,
)

Implementation

RPVIterator(this.v, this.to, this.i, this.curr, ):super();