public class IpsStringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String s)
Returns
true if s is either null, the empty string or a string that only
contains whitespaces, otherwise false. |
static boolean |
isEmpty(String s)
Returns
true if s is either null or the empty string, otherwise
false. |
public static final String EMPTY
public static final boolean isEmpty(String s)
true if s is either null or the empty string, otherwise
false.public static final boolean isBlank(String s)
true if s is either null, the empty string or a string that only
contains whitespaces, otherwise false.Copyright © 2014. All rights reserved.