Source of 17.3.java


  1: public void add(int newPosition, T newEntry)
  2: {
  3:    throw new UnsupportedOperationException("Illegal attempt to add " +
  4:                      "at a specified position within a sorted list.");
  5: } // end add
  6: // Version 4.0
  7: