public final class ArrayUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
hashAll(int[] array)
Deprecated.
|
static int |
hashAll(java.lang.Object[] array)
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
|
static int |
identityIndexOf(java.lang.Object[] array,
java.lang.Object o)
Deprecated.
|
static int |
indexOf(java.lang.Object[] array,
java.lang.Object o)
Deprecated.
The array may contain nulls, but o
must be non-null.
|
static boolean |
startsWith(byte[] checkMe,
byte[] maybePrefix)
Deprecated.
|
public static int indexOf(java.lang.Object[] array, java.lang.Object o)
public static int identityIndexOf(java.lang.Object[] array, java.lang.Object o)
public static int hashAll(java.lang.Object[] array)
public static int hashAll(int[] array)
public static boolean startsWith(byte[] checkMe, byte[] maybePrefix)