com.epam.common.utils
Class StringUtils
java.lang.Object
com.epam.common.utils.StringUtils
public class StringUtils
- extends Object
String helper class
- Author:
- Serhiy_Zahriychuk
Date: Oct 6, 2009
Method Summary |
static boolean |
isEmpty(String str)
check @str, if empty return true |
static boolean |
isNotEmpty(String str)
check @str, if not empty return true |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
isEmpty
public static boolean isEmpty(String str)
- check @str, if empty return true
- Parameters:
str
- the string
isNotEmpty
public static boolean isNotEmpty(String str)
- check @str, if not empty return true
- Parameters:
str
- the string
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.