static enum UnsignedLongs.LexicographicalComparator extends java.lang.Enum<UnsignedLongs.LexicographicalComparator> implements java.util.Comparator<long[]>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(long[] left,
long[] right) |
java.lang.String |
toString() |
static UnsignedLongs.LexicographicalComparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnsignedLongs.LexicographicalComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnsignedLongs.LexicographicalComparator INSTANCE
public static UnsignedLongs.LexicographicalComparator[] values()
for (UnsignedLongs.LexicographicalComparator c : UnsignedLongs.LexicographicalComparator.values()) System.out.println(c);
public static UnsignedLongs.LexicographicalComparator 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 int compare(long[] left,
long[] right)
compare in interface java.util.Comparator<long[]>public java.lang.String toString()
toString in class java.lang.Enum<UnsignedLongs.LexicographicalComparator>