public class BytesKey extends BytesValue implements java.lang.Comparable<BytesKey>
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Comparator<byte[]> |
COMPARATOR |
private int |
hashCode |
bytes| Constructor and Description |
|---|
BytesKey(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BytesKey o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
equals, getBytes, toStringprivate static final java.util.Comparator<byte[]> COMPARATOR
private final int hashCode
public boolean equals(java.lang.Object o)
equals in class BytesValuepublic int hashCode()
hashCode in class BytesValue