
public class OByteArrayComparator extends Object implements Comparator<byte[]>
| Modifier and Type | Field and Description |
|---|---|
static OByteArrayComparator |
INSTANCE |
| Constructor and Description |
|---|
OByteArrayComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] arrayOne,
byte[] arrayTwo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final OByteArrayComparator INSTANCE
public int compare(byte[] arrayOne,
byte[] arrayTwo)
compare in interface Comparator<byte[]>Copyright © 2009–2025 OrientDB. All rights reserved.