public static String toString(Object array)
array
is not an array or null.
The method returns "null"
if the given array
is null.
array
- the array to return as a stringIllegalArgumentException
- if array
is not an arrayArrays.deepToString(Object[])
Copyright © 2016. All rights reserved.