public final class MiscUtil extends Object
| Constructor and Description |
|---|
MiscUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
newArrayList(T... o) |
static <T> T |
trustedCast(@Nullable Object o) |
@SafeVarargs public static <T> List<T> newArrayList(T... o)
@Nullable
public static <T> T trustedCast(@Nullable
@Nullable Object o)
Copyright © 2018. All rights reserved.