|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--galaxy.util.Normalize
Constructor Summary | |
Normalize()
|
Method Summary | |
static java.lang.String |
normalize(java.lang.String str)
Normalize from the C convention of seperating words in method and attribute names with underscores, to the Java convention of using initial caps to start a word. |
static java.lang.String |
normalizeWithInitialCap(java.lang.String str)
Like normalize, but the first character will be capitalized. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Normalize()
Method Detail |
public static java.lang.String normalize(java.lang.String str)
str
- the string to normalizepublic static java.lang.String normalizeWithInitialCap(java.lang.String str)
str
- the string to normalize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |