public class Strings
extends java.lang.Object
Constructor and Description |
---|
Strings() |
Modifier and Type | Method and Description |
---|---|
static void |
copyInto(java.lang.CharSequence src,
int start,
int end,
CharSeq dst,
int at) |
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(java.lang.CharSequence str,
java.lang.Appendable ps,
int escapes) |
public static void makeUpperCase(CharSeq str)
public static void makeLowerCase(CharSeq str)
public static void makeCapitalize(CharSeq str)
public static void printQuoted(java.lang.CharSequence str, java.lang.Appendable ps, int escapes)
public static void copyInto(java.lang.CharSequence src, int start, int end, CharSeq dst, int at)