public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(String s) |
static String |
join(List list,
String separator) |
static String |
repeat(char value,
int n) |
static String |
stripEnd(String str,
String stripChars) |
static String |
zeros(int n) |
Copyright © 2022 IoTeX Group. All rights reserved.