|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.StringUtils
String utilities.
| Constructor Summary | |
StringUtils()
|
|
| Method Summary | |
static boolean |
endsWithIgnoreCase(java.lang.String base,
java.lang.String end)
Helper functions to query a strings end portion. |
static boolean |
startsWithIgnoreCase(java.lang.String base,
java.lang.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 |
| Constructor Detail |
public StringUtils()
| Method Detail |
public static boolean startsWithIgnoreCase(java.lang.String base,
java.lang.String start)
base - the base string.start - the starting text.
public static boolean endsWithIgnoreCase(java.lang.String base,
java.lang.String end)
base - the base string.end - the ending text.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||