public final class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(String... strings)
Determines if any of Strings specified is either null or empty.
|
static String |
verifyNotEmpty(String... strings)
Verifies neither of Strings specified is null or empty.
|
public static boolean isEmpty(String... strings)
public static String verifyNotEmpty(String... strings)
IllegalArgumentExceptionCopyright © 2004-2015. All Rights Reserved.