|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.lists.Strings
public class Strings
Various static utility methods for general strings (CharSeqs).
Constructor Summary | |
---|---|
Strings()
|
Method Summary | |
---|---|
static void |
makeCapitalize(CharSeq str)
Capitalize this string. |
static void |
makeLowerCase(CharSeq str)
Change every character to be lowercase. |
static void |
makeUpperCase(CharSeq str)
Change every character to be uppercase. |
static void |
printQuoted(CharSeq str,
java.io.PrintWriter ps,
int escapes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Strings()
Method Detail |
---|
public static void makeUpperCase(CharSeq str)
public static void makeLowerCase(CharSeq str)
public static void makeCapitalize(CharSeq str)
public static void printQuoted(CharSeq str, java.io.PrintWriter ps, int escapes)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |