public final class IngredientListElementComparator extends java.lang.Object implements java.util.Comparator<IIngredientListElementInfo<?>>
Modifier and Type | Field and Description |
---|---|
static IngredientListElementComparator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compare(IIngredientListElementInfo<?> o1,
IIngredientListElementInfo<?> o2) |
public static final IngredientListElementComparator INSTANCE
public int compare(IIngredientListElementInfo<?> o1, IIngredientListElementInfo<?> o2)
compare
in interface java.util.Comparator<IIngredientListElementInfo<?>>