Added Methods |
String byteDesc(long )
|
Return an abbreviated English-language desc of the byte length |
String camelize(String )
|
Convert SOME_STUFF to SomeStuff |
String capitalize(String )
|
Capitalize a word |
Collection getTrimmedStringCollection(String )
|
Splits a comma separated value String trimming leading and trailing whitespace on each value. |
String[] getTrimmedStrings(String )
|
Splits a comma separated value String trimming leading and trailing whitespace on each value. |
String join(CharSequence, Iterable)
|
Concatenates strings using a separator. |
String joinObjects(CharSequence, Iterable)
|
Concatenates stringified objects using a separator. |
String limitDecimalTo2(double )
|
|