public final class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgument(boolean b,
String message) |
static void |
checkNotNull(Object o) |
static void |
checkNotNull(Object o,
String message) |
Copyright © 2013–2016. All rights reserved.