Example #1
0
 /** Restarts the iterator, i.e. as if it were just constructed. */
 public void restart() {
   // throw new UnsupportedOperationException("Not implemented");
   iter.restart();
 }