if (it == null) { throw new NullPointerException(); } this.it = it;
return it.hasNext();
return it.next();
// awt.50=Iterator is read-only throw new UnsupportedOperationException(Messages.getString("awt.50")); //$NON-NLS-1$