Uses of Class
io.github.mmm.base.compare.CompareOperator
-
Packages that use CompareOperator Package Description io.github.mmm.base.compare ContainsCompareOperator
andNumberComparator
that help to compare values. -
-
Uses of CompareOperator in io.github.mmm.base.compare
Methods in io.github.mmm.base.compare that return CompareOperator Modifier and Type Method Description abstract CompareOperator
CompareOperator. negate()
static CompareOperator
CompareOperator. ofSymbol(String value)
This method gets theCompareOperator
for the givensymbol
.static CompareOperator
CompareOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompareOperator[]
CompareOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-