public final class E extends Object
| 构造器和说明 |
|---|
E() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2019. All rights reserved.