Package com.iizix
Class StringUtils
java.lang.Object
com.iizix.StringUtils
String utilities.
- Author:
- Freggle, Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static booleanReturns whether the string is null, empty or just contains whitespaces.
- Constructor Details- StringUtilspublic StringUtils()
 
- Method Details- isTrimmedEmptyReturns 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.