public class StringUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_NOT_FOUND |
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
defaultIfEmpty(String str,
String defaultStr) |
static boolean |
equals(String str1,
String str2) |
static boolean |
isBlank(String str) |
static boolean |
isEmpty(String str) |
static boolean |
isNotEmpty(String str) |
static String |
substringBetween(String str,
String open,
String close) |
public static final int INDEX_NOT_FOUND
Copyright © 2018 Alibaba Group. All rights reserved.