public static enum FDRUtils.SortArrays extends Enum<FDRUtils.SortArrays>
| Enum Constant and Description |
|---|
ALREADY_SORTED_DESCENDING |
SORT_DESCENDING |
| Modifier and Type | Method and Description |
|---|---|
static FDRUtils.SortArrays |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FDRUtils.SortArrays[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FDRUtils.SortArrays SORT_DESCENDING
public static final FDRUtils.SortArrays ALREADY_SORTED_DESCENDING
public static FDRUtils.SortArrays[] values()
for (FDRUtils.SortArrays c : FDRUtils.SortArrays.values()) System.out.println(c);
public static FDRUtils.SortArrays valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.