protected static enum JavacFileManager.SortFiles extends Enum<JavacFileManager.SortFiles> implements Comparator<File>
| Modifier and Type | Method and Description |
|---|---|
static JavacFileManager.SortFiles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavacFileManager.SortFiles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final JavacFileManager.SortFiles FORWARD
public static final JavacFileManager.SortFiles REVERSE
public static JavacFileManager.SortFiles[] values()
for (JavacFileManager.SortFiles c : JavacFileManager.SortFiles.values()) System.out.println(c);
public static JavacFileManager.SortFiles 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 © 2017 earcam. All rights reserved.