public class StringHelper extends ObjectHelper
Constructor and Description |
---|
StringHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEmpty(String s)
This method returns true if String object is empty and NOT null
|
static boolean |
isNullOrEmpty(String s)
This method returns true if String object is null or empty
|
isEqual, isOneOf
public StringHelper()
public static boolean isEmpty(String s)
s
- evaluated Stringpublic static boolean isNullOrEmpty(String s)
s
- evaluated StringCopyright © 2004–2014 The Kuali Foundation. All rights reserved.