public class ByteIterableUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(@NotNull byte[] key1,
int len1,
@NotNull byte[] key2,
int len2) |
static int |
compare(@NotNull byte[] key1,
int len1,
int offset1,
@NotNull byte[] key2,
int len2) |
static int |
compare(@NotNull byte[] key1,
int len1,
int offset1,
@NotNull byte[] key2,
int len2,
int offset2) |
static int |
compare(@NotNull ByteIterable key1,
@NotNull ByteIterable key2) |
public static int compare(@NotNull
@NotNull ByteIterable key1,
@NotNull
@NotNull ByteIterable key2)
public static int compare(@NotNull
@NotNull byte[] key1,
int len1,
@NotNull
@NotNull byte[] key2,
int len2)
public static int compare(@NotNull
@NotNull byte[] key1,
int len1,
int offset1,
@NotNull
@NotNull byte[] key2,
int len2)
public static int compare(@NotNull
@NotNull byte[] key1,
int len1,
int offset1,
@NotNull
@NotNull byte[] key2,
int len2,
int offset2)