next method

double next()

Implementation

double next() {
  _iterator.moveNext();
  return _iterator.current;
}