Package ch.njol.util
Class Validate
java.lang.Object
ch.njol.util.Validate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
static void
static void
static void
notNullOrEmpty(@Nullable Object[] array, String name)
static void
notNullOrEmpty(@Nullable String s, String name)
static void
notNullOrEmpty(@Nullable Collection<?> collection, String name)
-
Constructor Details
-
Validate
public Validate()
-
-
Method Details
-
notNull
-
notNull
-
isTrue
-
isFalse
-
notNullOrEmpty
-
notNullOrEmpty
-
notNullOrEmpty
-
notEmpty
-
notEmpty
-
notEmpty
-