public class Key extends Object implements Comparable<Key>
| Constructor and Description |
|---|
Key(byte[] bytes) |
Key(byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Key o) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
String |
getContentInString() |
int |
getContentLength() |
int |
getContentOffset() |
int |
getLength() |
int |
getOffset() |
int |
hashCode() |
String |
toString() |
public Key(byte[] bytes)
public Key(byte[] bytes,
int offset,
int length)
public byte[] getBytes()
public int getOffset()
public int getLength()
public int getContentOffset()
public int getContentLength()
public String getContentInString()
public int compareTo(Key o)
compareTo in interface Comparable<Key>Copyright © 2024 The Apache Software Foundation. All rights reserved.