Example #1
0
 public boolean isOlderThan(Animal a) {
   return this.order < a.getOrder();
 }