public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
adjustPadLeft(String s,
int width) |
static String |
adjustPadRight(String s,
int width) |
static String |
repeat(String s,
int count) |
Copyright © 2019. All rights reserved.