public class Preconditions
extends java.lang.Object
Preconditions class, just a bunch of helper methods for asserting our preconditions.| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNotNull(T o) |
static void |
checkState(boolean state) |