Uses of Class
org.forgerock.json.resource.SortKeyComparator.NullPosition
-
Packages that use SortKeyComparator.NullPosition Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of SortKeyComparator.NullPosition in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return SortKeyComparator.NullPosition Modifier and Type Method Description static SortKeyComparator.NullPosition
SortKeyComparator.NullPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortKeyComparator.NullPosition[]
SortKeyComparator.NullPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.json.resource with parameters of type SortKeyComparator.NullPosition Constructor Description SortKeyComparator(List<SortKey> sortKeys, SortKeyComparator.NullPosition nullPosition)
Construct a Comparator that will compare two JsonValue objects based on the provided list of SortKeys and options.
-