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