public class IngredientTypeSortingConfig extends MappedSortingConfig<IIngredientListElementInfo<?>,java.lang.String>
Constructor and Description |
---|
IngredientTypeSortingConfig(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Comparator<java.lang.String> |
getDefaultSortOrder() |
static java.lang.String |
getIngredientType(java.lang.Class<?> ingredientClass) |
static java.lang.String |
getIngredientType(IIngredientListElementInfo<?> info) |
getComparator, getComparatorFromMappedValues
getComparator
public IngredientTypeSortingConfig(java.io.File file)
public static java.lang.String getIngredientType(IIngredientListElementInfo<?> info)
public static java.lang.String getIngredientType(java.lang.Class<?> ingredientClass)
protected java.util.Comparator<java.lang.String> getDefaultSortOrder()
getDefaultSortOrder
in class SortingConfig<java.lang.String>