Source of 13.4.java


  1: // @author Frank M. Carrano, Timothy M. Henry
  2: // @version 5.0
  3: public boolean hasNext()
  4: {
  5:    return nextPosition < list.getLength();
  6: } // end hasNext