public class OUnsafeByteArrayComparatorV2 extends Object implements Comparator<byte[]>
Unsafe
class. Bytes are compared like
unsigned not like signed bytes.Modifier and Type | Field and Description |
---|---|
static OUnsafeByteArrayComparatorV2 |
INSTANCE |
Constructor and Description |
---|
OUnsafeByteArrayComparatorV2() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] arrayOne,
byte[] arrayTwo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final OUnsafeByteArrayComparatorV2 INSTANCE
public int compare(byte[] arrayOne, byte[] arrayTwo)
compare
in interface Comparator<byte[]>
Copyright © 2009–2020 OrientDB. All rights reserved.