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