|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.StringUtils
public class StringUtils
String utilities.
Method Summary | |
---|---|
static boolean |
endsWithIgnoreCase(String base,
String end)
Helper functions to query a strings end portion. |
static String |
getLineSeparator()
Queries the system properties for the line separator. |
static boolean |
startsWithIgnoreCase(String base,
String start)
Helper functions to query a strings start portion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean startsWithIgnoreCase(String base, String start)
base
- the base string.start
- the starting text.
public static boolean endsWithIgnoreCase(String base, String end)
base
- the base string.end
- the ending text.
public static String getLineSeparator()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |