public final class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmptyString(String string) |
static void |
notEmptyString(String string,
String errorMsg) |
static void |
notNull(Object object,
String errorMsg) |
Copyright © 2016 iSuper.org. All Rights Reserved.