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, toString
public boolean equals(Object o)
equals
in class BytesValue
public int hashCode()
hashCode
in class BytesValue
public int compareTo(BytesKey o)
compareTo
in interface Comparable<BytesKey>
Copyright © 2015. All rights reserved.