hashcode(Object[] array) Computes the hashcode of an array by XORing the hashcodes of all its
elements.
Parameters: array - Input array.
public static int
hashcode(Object[] array, int count) Computes the hashcode of an array by XORing the hashcodes of a subset of
its elements.
Parameters: array - Input array. Parameters: count - The number of elements of array to include inthe computation.
Computes the hashcode of an array by XORing the hashcodes of all its
elements.
Parameters: array - Input array. The array's hashcode.
hashcode
public static int hashcode(Object[] array, int count)(Code)
Computes the hashcode of an array by XORing the hashcodes of a subset of
its elements.
Parameters: array - Input array. Parameters: count - The number of elements of array to include inthe computation. The array's hashcode.