Package net.hironico.common.utils
Class StringUtils
java.lang.Object
net.hironico.common.utils.StringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcountOccurences(String src, char theCar) static booleanCheck for "NULL" or "null" or null values of the given string.
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
countOccurences
-
isNULL
Check for "NULL" or "null" or null values of the given string.- Parameters:
str- the String to test- Returns:
- true if considered NULL
-