| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgumentNotEmpty(String argument) |
static void |
checkArgumentNotNull(Object argument) |
static void |
checkArgumentsNotNull(Object... arguments) |
static boolean |
isNullOrEmpty(Collection<?> collection) |
public static void checkArgumentsNotNull(Object... arguments)
public static void checkArgumentNotNull(Object argument)
public static void checkArgumentNotEmpty(String argument)
public static boolean isNullOrEmpty(Collection<?> collection)
Copyright © 2013. All Rights Reserved.