public class Strings
extends java.lang.Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(java.lang.String s) |
static java.lang.String |
repeat(char value,
int n) |
static java.lang.String |
zeros(int n) |