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