You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Prune.java 260B

123456789101112131415
  1. package test2;
  2. public class Prune extends java.awt.Point implements Cloneable, Runnable {
  3. public int value;
  4. public Prune(int i) {
  5. value = i;
  6. }
  7. public void run() {}
  8. public int sum() {
  9. return x + y;
  10. }
  11. }