Get the hash code for array

ReturnMethodSummary
static inthashCode(boolean[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(byte[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(char[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(double[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(float[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(int[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(long[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(Object[] a)Returns a hash code based on the contents of the specified array.
static inthashCode(short[] a)Returns a hash code based on the contents of the specified array.
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.