565758596061626364656667
if (_currentValue != null) { _currentValue = null; nrOfElements--; } else if (_it instanceof SkippingIterator) { SkippingIterator skippy = (SkippingIterator) _it; return skippy.skip(nrOfElements); } else { if (_it.hasNext()) { _it.next(); }