Uses of Class
manifold.ext.rt.api.ComparableUsing.Operator
-
Packages that use ComparableUsing.Operator Package Description manifold.ext.rt.api -
-
Uses of ComparableUsing.Operator in manifold.ext.rt.api
Methods in manifold.ext.rt.api that return ComparableUsing.Operator Modifier and Type Method Description static ComparableUsing.OperatorComparableUsing.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparableUsing.Operator[]ComparableUsing.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.ext.rt.api with parameters of type ComparableUsing.Operator Modifier and Type Method Description default booleanComparableUsing. compareToUsing(T that, ComparableUsing.Operator op)Comparethistothatusingop.
-