Source of 15.4.java


  1: public boolean hasNext()
  2: {
  3:    return nextPosition < list.getLength();
  4: } // end hasNext
  5: // Version 4.0