public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasText(String aText) |
static boolean |
isEmpty(String aText) |
static String |
rightPad(String aText,
int aLength) |
static String |
safeSubstring(String aText,
int aFrom,
int aLength) |
static String |
spaces(int aCount) |
Copyright © 2018. All rights reserved.