public class ConfigUtil extends Object
ConfigurationFile| Modifier and Type | Method and Description | 
|---|---|
| static String | concat(Object[] objects)Concatenate the strings resulting from calling  String.valueOf(Object)on
 each element of an array of objects. | 
public static String concat(Object[] objects)
String.valueOf(Object) on
 each element of an array of objects. Passing a zero length array will result in the empty
 string being returned.objects - the array of objects to be processed.String.valueOf on
 each element of objects.NullPointerException - if objects is null.Copyright © GigaSpaces.