PVIterator<E> constructor

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

Implementation

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