public final class Byte8Key extends Object
| Constructor and Description |
|---|
Byte8Key() |
Byte8Key(byte[] key)
Construct a
Byte8Key from a big-endian byte array key. |
Byte8Key(long startAt) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
current() |
long |
currentValue() |
void |
decrement() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
increment() |
static byte[] |
maxKey() |
static byte[] |
minKey() |
long |
minus(Byte8Key other) |
byte[] |
next() |
String |
toString() |
public Byte8Key()
public Byte8Key(long startAt)
public Byte8Key(byte[] key)
Byte8Key from a big-endian byte array key.key - array in big-endian representationpublic static byte[] minKey()
public static byte[] maxKey()
public byte[] next()
public byte[] current()
public long currentValue()
public void increment()
public void decrement()
public long minus(Byte8Key other)
Copyright © 2022. All rights reserved.