| Modifier and Type | Method and Description |
|---|---|
static String |
join(String[] array,
String delim) |
static String |
toString(Object array)
Returns a (deep) string representation for the given array or throws an
exception if
array is not an array or null. |
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 © 2025. All rights reserved.