| java.lang.Object com.mchange.v1.util.ArrayUtils
ArrayUtils | final public class ArrayUtils (Code) | | |
hashArray | public static int hashArray(Object[] oo)(Code) | | returns a hash-code for an array consistent with Arrays.equals( ... )
|
hashArray | public static int hashArray(int[] ii)(Code) | | returns a hash-code for an array consistent with Arrays.equals( ... )
|
hashOrZeroArray | public static int hashOrZeroArray(Object[] oo)(Code) | | |
hashOrZeroArray | public static int hashOrZeroArray(int[] ii)(Code) | | |
indexOf | public static int indexOf(Object[] array, Object o)(Code) | | The array may contain nulls, but o
must be non-null.
|
startsWith | public static boolean startsWith(byte[] checkMe, byte[] maybePrefix)(Code) | | |
|
|