public final class E extends Object
| Constructor and Description |
|---|
E() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgument(boolean expression,
String message,
Object... args) |
static void |
checkArgumentNotNull(Object object,
String message,
Object... args) |
static void |
checkNotEmpty(Collection<?> collection,
String elem) |
static void |
checkNotEmpty(Collection<?> collection,
String elem,
String owner) |
static void |
checkNotNull(Object object,
String elem) |
static void |
checkNotNull(Object object,
String elem,
String owner) |
static void |
checkState(boolean expression,
String message,
Object... args) |
public static void checkNotEmpty(Collection<?> collection, String elem)
public static void checkNotEmpty(Collection<?> collection, String elem, String owner)
public static void checkArgument(boolean expression,
@Nullable
String message,
@Nullable
Object... args)
public static void checkArgumentNotNull(Object object, @Nullable String message, @Nullable Object... args)
Copyright © 2021. All rights reserved.