public class Utility
extends Object
Constructor and Description |
---|
Utility() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEmpty(String s)
Is this string empty?
|
static String |
stringGetFirstPortion(String target,
int want) |
public static final boolean isEmpty(String s)
s
- String to be tested for emptiness.public static String stringGetFirstPortion(String target, int want)