|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.lang.WordUtils
com.pmease.quickbuild.util.WordUtils
public class WordUtils
| Constructor Summary | |
|---|---|
WordUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
nextCharacterIsNotUpperCase(char[] chars,
int i)
|
static boolean |
previousCharacterIsNotDigit(char[] chars,
int i)
|
static java.lang.String |
uncamel(java.lang.String name)
|
| Methods inherited from class org.apache.commons.lang.WordUtils |
|---|
abbreviate, capitalize, capitalize, capitalizeFully, capitalizeFully, initials, initials, swapCase, uncapitalize, uncapitalize, wrap, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WordUtils()
| Method Detail |
|---|
public static java.lang.String uncamel(java.lang.String name)
public static boolean previousCharacterIsNotDigit(char[] chars,
int i)
public static boolean nextCharacterIsNotUpperCase(char[] chars,
int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||