|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.util.StringUtils
public class StringUtils
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static void |
addCharEntity(int i,
StringBuilder sb)
Convert integer to char entity |
static boolean |
isEmpty(String str)
Return true if the string is null or "". |
static boolean |
isNotEmpty(String str)
Return true if the string is not null and not == "". |
static boolean |
parseBool(String boolStringValue)
|
static double |
parseDouble(String doubleStringValue)
|
static int |
parseInt(String intStringValue)
|
static String |
sanitizeString(String string)
Sanitize strings for output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static String sanitizeString(String string)
public static void addCharEntity(int i, StringBuilder sb)
public static boolean isEmpty(String str)
str
-
public static boolean isNotEmpty(String str)
str
-
public static double parseDouble(String doubleStringValue)
public static int parseInt(String intStringValue)
public static boolean parseBool(String boolStringValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |