public class PreconditionUtils extends Object
| Constructor and Description |
|---|
PreconditionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotNegative(int value)
Ensures the all passed objects are not negative.
|
static void |
checkNotNull(Object... objects)
Ensures the all passed objects are not null.
|
public static void checkNotNull(Object... objects)
public static void checkNotNegative(int value)
Copyright © 2017. All rights reserved.