Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic class Validate
extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
allElementsOfType(Collection collection,
Class clazz) |
static void |
allElementsOfType(Collection collection,
Class clazz,
String message) |
static void |
isFalse(boolean expression,
String message) |
static void |
isTrue(boolean expression,
String message) |
static void |
noNullElements(Collection collection) |
static void |
noNullElements(Collection collection,
String message) |
static void |
noNullElements(Object[] array) |
static void |
noNullElements(Object[] array,
String message) |
static void |
notEmpty(Collection collection) |
static void |
notEmpty(Collection collection,
String message) |
static void |
notEmpty(Map map) |
static void |
notEmpty(Map map,
String message) |
static void |
notEmpty(Object[] array) |
static void |
notEmpty(Object[] array,
String message) |
static void |
notEmpty(String string) |
static void |
notEmpty(String string,
String message) |
static void |
notNull(Object object) |
static void |
notNull(Object object,
String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void isTrue(boolean expression,
String message)
public static void isFalse(boolean expression,
String message)
public static void notNull(Object object)
public static void notNull(Object object,
String message)
public static void notEmpty(Object[] array,
String message)
public static void notEmpty(Object[] array)
public static void notEmpty(Collection collection,
String message)
public static void notEmpty(Collection collection)
public static void notEmpty(Map map,
String message)
public static void notEmpty(Map map)
public static void notEmpty(String string,
String message)
public static void notEmpty(String string)
public static void noNullElements(Object[] array,
String message)
public static void noNullElements(Object[] array)
public static void noNullElements(Collection collection,
String message)
public static void noNullElements(Collection collection)
public static void allElementsOfType(Collection collection,
Class clazz,
String message)
public static void allElementsOfType(Collection collection,
Class clazz)
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy