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