public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(CharSequence cs) |
static boolean |
isEmpty(String str) |
static String |
join(Iterable<?> iterable,
char separator) |
public static boolean isBlank(CharSequence cs)
public static boolean isEmpty(String str)
Copyright © 2017. All rights reserved.