Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
Modifier and Type | Method and Description |
---|---|
static Range.ComparableComparator |
Range.ComparableComparator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Range.ComparableComparator[] |
Range.ComparableComparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|