Package com.linkedin.venice.utils
Class ArrayUtils
java.lang.Object
com.linkedin.venice.utils.ArrayUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
compareUnsigned
(byte[] a, byte[] b) This is mostly a copy of Arrays.compareUnsigned(T[], T[]) from Java 9.
-
Method Details
-
compareUnsigned
public static int compareUnsigned(byte[] a, byte[] b) This is mostly a copy of Arrays.compareUnsigned(T[], T[]) from Java 9.
-