public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
atMostChars(String s,
int maxlen) |
static String |
convertToSingleString(List<String> list) |
static String |
flatten(List<String> list) |
static boolean |
hasText(String s) |
static boolean |
isNullOrEmpty(String s) |
Copyright © 2020. All rights reserved.