public abstract class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
addToSet(Set<String> set,
String str) |
static boolean |
isEmpty(String str) |
static boolean |
isNotEmpty(String str) |
static String |
padLeft(Object obj,
int length) |
static Set<String> |
toSet(String str) |
static Set<String> |
toTreeSet(String str) |
Copyright © 2021–2022 EasyJ????. All rights reserved.