Uses of Class
de.blackrose01.Postfixes
-
Packages that use Postfixes Package Description de.blackrose01 -
-
Uses of Postfixes in de.blackrose01
Methods in de.blackrose01 that return Postfixes Modifier and Type Method Description static PostfixesPostfixes. valueOf(String name)Returns the enum constant of this type with the specified name.static Postfixes[]Postfixes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.blackrose01 with parameters of type Postfixes Modifier and Type Method Description ParametersParameters. addFilter(String[] values, Postfixes comparator)set comparising filtersParametersParameters. addFilter(String field, Postfixes comparator, Number n)set comparising filtersParametersParameters. addFilter(String field, Postfixes comparator, String s)set comparising filtersParametersParameters. addFilter(List<String> values, Postfixes comparator)set comparising filtersParametersParameters. addFilterNull(String field, Postfixes comparator)set comparising filters (only null checks)
-