Package com.mchange.lang
Class ArrayUtils
java.lang.Object
com.mchange.lang.ArrayUtils
Deprecated.
use com.mchange.v1.util.ArrayUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic inthashAll(int[] array) Deprecated.static intDeprecated.finds a hash value which takes into account the value of all elements, such that two object arrays for which Arrays.equals(a1, a2) returns true will hashAll() to the same valuestatic intidentityIndexOf(Object[] array, Object o) Deprecated.static intDeprecated.The array may contain nulls, but o must be non-null.static booleanstartsWith(byte[] checkMe, byte[] maybePrefix) Deprecated.
-
Method Details
-
indexOf
Deprecated.The array may contain nulls, but o must be non-null. -
identityIndexOf
Deprecated. -
hashAll
Deprecated.finds a hash value which takes into account the value of all elements, such that two object arrays for which Arrays.equals(a1, a2) returns true will hashAll() to the same value -
hashAll
public static int hashAll(int[] array) Deprecated. -
startsWith
public static boolean startsWith(byte[] checkMe, byte[] maybePrefix) Deprecated.
-