public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable c) |
static boolean |
nullOrEmpty(String s) |
static <T> boolean |
nullOrEmpty(T[] array) |
static boolean |
smellsLikeJSON(String in) |