public abstract class FastByteComparisons extends Object
Constructor and Description |
---|
FastByteComparisons() |
Modifier and Type | Method and Description |
---|---|
static int |
compareTo(byte[] b1,
byte[] b2) |
static int |
compareTo(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Lexicographically compare two byte arrays.
|
Copyright © 2024 PingCAP. All rights reserved.