public class ObjectUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areNotNull(Object... objs) |
static boolean |
areNull(Object... objs) |
static <T extends CloneSupport<T>> |
clone(T value) |
static Object |
cloneObject(Object value) |
static boolean |
equalsAny(Object a,
Object... others) |
static <T> T |
requireNonNullElse(T t1,
T t2) |
public static <T extends CloneSupport<T>> T clone(T value)
public static <T> T requireNonNullElse(T t1,
T t2)
public static boolean areNotNull(Object... objs)
public static boolean areNull(Object... objs)
Copyright © 2024. All rights reserved.