| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> T |
cast(F o) |
static <T> int |
compare(T a,
T b,
Comparator<? super T> c) |
static boolean |
equals(Object a,
Object b) |
static int |
hash(Object... values) |
static int |
hashCode(Object o) |
static String |
toObjectInfo(Object value) |
static String |
toString(Object value) |
static String |
toStringOrEmpty(Object value) |
static String |
toStringOrNull(Object value) |
@Compat public static <T> int compare(T a, T b, Comparator<? super T> c)
public static <F,T> T cast(F o)
throws ClassCastException
ClassCastExceptionCopyright © 2017. All rights reserved.