Added Methods |
boolean deepEquals(Object[], Object[])
|
Returns true if the two specified arrays are deeply
equal to one another. |
int deepHashCode(Object[] )
|
Returns a hash code based on the "deep contents" of the specified
array. |
String deepToString(Object[] )
|
Returns a string representation of the "deep contents" of the specified
array. |
int hashCode(boolean[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(byte[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(char[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(double[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(float[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(int[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(Object[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(long[] )
|
Returns a hash code based on the contents of the specified array. |
int hashCode(short[] )
|
Returns a hash code based on the contents of the specified array. |
String toString(boolean[] )
|
Returns a string representation of the contents of the specified array. |
String toString(byte[] )
|
Returns a string representation of the contents of the specified array. |
String toString(char[] )
|
Returns a string representation of the contents of the specified array. |
String toString(double[] )
|
Returns a string representation of the contents of the specified array. |
String toString(float[] )
|
Returns a string representation of the contents of the specified array. |
String toString(int[] )
|
Returns a string representation of the contents of the specified array. |
String toString(Object[] )
|
Returns a string representation of the contents of the specified array. |
String toString(long[] )
|
Returns a string representation of the contents of the specified array. |
String toString(short[] )
|
Returns a string representation of the contents of the specified array. |