|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.common.util.text.StringUtils
public class StringUtils
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static boolean |
isDigit(char c)
Returns true if digit or . |
static java.lang.StringBuilder |
keepDigits(java.lang.String text,
int decimalPlaces)
Returns a StringBuilder with only the digits and . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static final java.lang.StringBuilder keepDigits(java.lang.String text, int decimalPlaces)
text
- decimalPlaces
-
public static final boolean isDigit(char c)
c
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |