public class Strings extends Object
Constructor and Description |
---|
Strings() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isStringEmpty(String s) |
static String |
join(String delimiter,
List<String> args) |
static String |
join(String delimiter,
Object[] args) |
static boolean |
startsWith(String s,
String with,
boolean isCaseSensitive) |
Copyright © 2024. All rights reserved.