|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commons.Strings
public final class Strings
Helper methods for strings.
Method Summary | |
---|---|
static java.lang.String |
nvl(java.lang.String original,
java.lang.String replacement)
NVL implementation. |
static java.lang.String |
removeTrailing(char c,
java.lang.String foo)
Remove a trailing character from a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String nvl(java.lang.String original, java.lang.String replacement)
original
- The original string.replacement
- The potential replacement.
public static java.lang.String removeTrailing(char c, java.lang.String foo)
c
- The character to remove.foo
- The string from which to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |