public class BytesKey extends BytesValue implements java.lang.Comparable<BytesKey>, java.io.Serializable
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, toStringpublic boolean equals(java.lang.Object o)
equals in class BytesValuepublic int hashCode()
hashCode in class BytesValue