public class StringUtils
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LINE_SEPARATOR
public static final String LINE_SEPARATOR
-
EMPTY
public static final String EMPTY
- See Also:
-
-
EMPTY_STRING_ARRAY
public static final String[] EMPTY_STRING_ARRAY
-
Constructor Details
-
StringUtils
public StringUtils()
-
Method Details
-
isEmpty
public static boolean isEmpty(String str)
-
split
public static String[] split(String str,
char separatorChar)
-