Package com.iizix
Class StringUtils
java.lang.Object
com.iizix.StringUtils
String utilities.
- Author:
- Freggle, Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns whether the string is null, empty or just contains whitespaces.
Constructor Details
StringUtils
public StringUtils()
Method Details
isTrimmedEmpty
Returns whether the string is null, empty or just contains whitespaces.- Parameters:
s
- The string to test.- Returns:
- true if null, empty or just contains whitespaces.