public final class ArgumentUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotEmpty(Collection<?> c,
String name) |
static void |
checkNotNegative(long value,
String name) |
static <T> void |
checkNotNull(T ref,
String name) |
static void |
checkNotNullAndNotEmpty(Collection<?> c,
String name) |
static <T> void |
checkNotNullAndNotEmpty(T ref,
String name) |
public static <T> void checkNotNull(T ref,
String name)
public static <T> void checkNotNullAndNotEmpty(T ref,
String name)
public static void checkNotNullAndNotEmpty(Collection<?> c, String name)
public static void checkNotEmpty(Collection<?> c, String name)
public static void checkNotNegative(long value,
String name)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.