public final class TextUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | containsBlanks(CharSequence s) | 
| static boolean | isBlank(CharSequence s)Returns true if the parameter is null or contains only whitespace | 
| static boolean | isEmpty(CharSequence s)Returns true if the parameter is null or of zero length | 
| static String | toHexString(byte[] bytes) | 
public static boolean containsBlanks(CharSequence s)
public static boolean isBlank(CharSequence s)
public static boolean isEmpty(CharSequence s)
public static String toHexString(byte[] bytes)