public class Strings extends Object
Strings class.
Constructor and Description |
---|
Strings() |
Modifier and Type | Method and Description |
---|---|
static String |
defaultIfEmpty(String value,
String defaultValue)
defaultIfEmpty.
|
static boolean |
isBlank(String str)
isBlank.
|
static boolean |
isNumeric(String str)
isNumeric.
|
public static final String EMPTY
EMPTY=""
Copyright © 2016–2024. All rights reserved.