com.epam.common.utils
Class StringUtils

java.lang.Object
  extended by com.epam.common.utils.StringUtils

public class StringUtils
extends Object

String helper class

Author:
Serhiy_Zahriychuk Date: Oct 6, 2009

Constructor Summary
StringUtils()
           
 
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
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

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.