public class StringUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STRING |
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String s) |
static boolean |
isEmpty(String s) |
static boolean |
isNotBlank(String s) |
static boolean |
isNotEmpty(String s) |
public static final String EMPTY_STRING
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.