public class ArrayUtils extends Object
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> String |
joinArrayItems(T[] array,
String delimiter)
Returns a string which contains the elements of the given array
converted to strings and delimited by the given delimiter.
|
Copyright © 2013. All Rights Reserved.