Package com.epam.common.utils
Class StringUtils
java.lang.Object
com.epam.common.utils.StringUtils
String helper class
- Author:
- Serhiy_Zahriychuk Date: Oct 6, 2009
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
check @str, if empty return truestatic boolean
isNotEmpty
(String str) check @str, if not empty return true
-
Method Details
-
isEmpty
check @str, if empty return true- Parameters:
str
- the string
-
isNotEmpty
check @str, if not empty return true- Parameters:
str
- the string
-