1: // @author Frank M. Carrano, Timothy M. Henry 2: // @version 5.0 3: public void remove() 4: { 5: throw new UnsupportedOperationException("remove() is not supported " + 6: "by this iterator"); 7: } // end remove