public class ArrayUtil
extends java.lang.Object
Constructor and Description |
---|
ArrayUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
arrayToStringArray(java.lang.Object primitiveArray)
Converts the given array of values to an array of String values,
using null for the null value, and
using the toString method for Object types,
using the toString method of the corresponding boxed type for primitive values.
|
@Nonnull public static java.lang.String[] arrayToStringArray(@Nonnull java.lang.Object primitiveArray)
Copyright © OpenCloud. All Rights Reserved.