예제 #1
0
 @Override
 public int compareTo(CatalogItem another) {
   return getTitleLower().compareTo(another.getTitleLower());
 }