public class BytesKey extends BytesValue implements Comparable<BytesKey>
bytes| Constructor and Description |
|---|
BytesKey(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BytesKey o) |
boolean |
equals(Object o) |
int |
hashCode() |
equals, getBytes, toStringpublic boolean equals(Object o)
equals in class BytesValuepublic int hashCode()
hashCode in class BytesValuepublic int compareTo(BytesKey o)
compareTo in interface Comparable<BytesKey>Copyright © 2021. All rights reserved.