public final class StringConcat extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPECTED_ELEMENT_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(Object... elements)
Concatenate array of objects into a string in accordance with
JLS $15.18.1 (except that primitive values are not accepted
by this method other than by autoboxing).
|
public static final int EXPECTED_ELEMENT_LENGTH
public static String asString(@Nullable Object... elements)
null passed as the whole elements array will
result in empty string being returned.elements - elements to convertCopyright © 2015 Atlassian. All rights reserved.