|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.model.util.ArrayUtils
public class ArrayUtils
Class with array utility functions
Field Summary | |
---|---|
static String |
COMMA_SEPARATOR
The separator character |
Constructor Summary | |
---|---|
ArrayUtils()
|
Method Summary | |
---|---|
static Long[] |
toLongArray(String value,
String separator)
Converts a value string representation to an array of Long values |
static String |
toString(Object[] array,
String separator)
Does create a string representation of an array the array of strings |
static String[] |
toStringArray(String value,
String separator)
Converts a value string representation to an array of string values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMMA_SEPARATOR
Constructor Detail |
---|
public ArrayUtils()
Method Detail |
---|
public static final String toString(Object[] array, String separator)
array
- the array of stringsseparator
- the separator to use
public static final String[] toStringArray(String value, String separator)
value
- the string representation of the valuesseparator
- the separator to use
public static Long[] toLongArray(String value, String separator)
value
- the string representation of the valuesseparator
- the separator to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |