Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.Comparator
-
Packages that use Comparator Package Description de.captaingoldfish.scim.sdk.common.constants.enums -
-
Uses of Comparator in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return Comparator Modifier and Type Method Description static ComparatorComparator. valueOf(String name)Returns the enum constant of this type with the specified name.static Comparator[]Comparator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-