Esempio n. 1
0
 @Override
 public int compareTo(Grid o) {
   return (int) (o.compute() - this.compute());
 }