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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final OByteArrayComparator INSTANCE
public int compare(byte[] arrayOne, byte[] arrayTwo)
compare
in interface Comparator<byte[]>
Copyright © 2009–2020 OrientDB. All rights reserved.