public final class JiraStringUtils 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 to primitive wrappers).
|
static com.atlassian.fugue.Option<Long> |
toLong(String maybeLong)
Tries to parse a String as a Long.
|
public static final int EXPECTED_ELEMENT_LENGTH
public static String asString(@Nullable Object... elements)
elements
- elements to convertCopyright © 2002-2018 Atlassian. All Rights Reserved.