public int compare(
     ProductGrid paramAnonymousProductGrid1, ProductGrid paramAnonymousProductGrid2) {
   return paramAnonymousProductGrid1.compareTo(paramAnonymousProductGrid2);
 }