Constructor and Description |
---|
Array() |
Modifier and Type | Method and Description |
---|---|
static String |
toString(Object array)
Gets a string representation of the contents of the specified array object.
|
public static String toString(Object array)
Object.toString()
method inherited from
Object, which describes their identities rather than
their contents.
The value returned by this method is equal to the value that would be returned by Arrays.asList(a).toString(), unless a is null, in which case "null" is returned.
array
- the array whose string representation to returnCopyright (C) 2015-2017 The Helenus Driver Project Authors.