public final class Checker extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgumentNull(Object argument) |
static void |
checkArgumentNullOrEmpty(String argument) |
static boolean |
isNullOrEmpty(Collection<?> collection) |
public static void checkArgumentNull(Object argument)
public static void checkArgumentNullOrEmpty(String argument)
public static boolean isNullOrEmpty(Collection<?> collection)
Copyright © 2013. All Rights Reserved.