public final class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static String |
noNull(String s) |
static String |
padRight(String s,
int padCount) |
static String |
padRightToWidth(String s,
int desiredWidth) |
static List |
wrapToList(String s,
int width) |
public static void main(String[] args)
Copyright © 2016. All rights reserved.