492493494495496497498499500501502
next = _iter.next(); } else { try { prepareNext(); } catch ( IOException except ) { throw new IterationException( except ); } if ( _iter != null && _iter.hasNext() ) { return next(); } }