Beispiel #1
0
 public int compare(Painting p1, Painting p2) {
   return p1.getYear() - p2.getYear();
 }