225226227228229230231232233234235
{ if (iter.hasNext()) { return iter.next(); } throw new AltHasNoDefaultException(this); } finally { iter.close(); }