public int compareTo(Rectangle r) { return this.area() - r.area(); }