Package ch.njol.util
Class Validate
java.lang.Object
ch.njol.util.Validate
Deprecated, for removal: This API element is subject to removal in a future version.
use
Preconditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
notNullOrEmpty
(@Nullable String value, String name) Deprecated, for removal: This API element is subject to removal in a future version.static void
notNullOrEmpty
(Object @Nullable [] array, String name) Deprecated, for removal: This API element is subject to removal in a future version.static void
notNullOrEmpty
(@Nullable Collection<?> collection, String name) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
notNull
Deprecated, for removal: This API element is subject to removal in a future version. -
notNull
Deprecated, for removal: This API element is subject to removal in a future version. -
isTrue
Deprecated, for removal: This API element is subject to removal in a future version. -
isFalse
Deprecated, for removal: This API element is subject to removal in a future version. -
notNullOrEmpty
Deprecated, for removal: This API element is subject to removal in a future version. -
notNullOrEmpty
Deprecated, for removal: This API element is subject to removal in a future version. -
notNullOrEmpty
Deprecated, for removal: This API element is subject to removal in a future version. -
notEmpty
Deprecated, for removal: This API element is subject to removal in a future version. -
notEmpty
Deprecated, for removal: This API element is subject to removal in a future version. -
notEmpty
Deprecated, for removal: This API element is subject to removal in a future version.
-