public static enum GroupedReplayResult.GroupOrdering extends java.lang.Enum<GroupedReplayResult.GroupOrdering> implements java.util.Comparator<com.google.common.collect.Multiset.Entry<GroupedReplayResult.AlignmentGroup>>
| Enum Constant and Description |
|---|
COUNT_ASC |
COUNT_DESC |
FITNESS_ASC |
FITNESS_DESC |
LENGTH_ASC |
LENGTH_DESC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static GroupedReplayResult.GroupOrdering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupedReplayResult.GroupOrdering[] |
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, valueOfcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final GroupedReplayResult.GroupOrdering COUNT_ASC
public static final GroupedReplayResult.GroupOrdering COUNT_DESC
public static final GroupedReplayResult.GroupOrdering FITNESS_ASC
public static final GroupedReplayResult.GroupOrdering FITNESS_DESC
public static final GroupedReplayResult.GroupOrdering LENGTH_ASC
public static final GroupedReplayResult.GroupOrdering LENGTH_DESC
public static GroupedReplayResult.GroupOrdering[] values()
for (GroupedReplayResult.GroupOrdering c : GroupedReplayResult.GroupOrdering.values()) System.out.println(c);
public static GroupedReplayResult.GroupOrdering valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<GroupedReplayResult.GroupOrdering>