Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright 2010-2018 ForgeRock AS.