public class ObjKit extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
ObjKit.AnyNumFunc<P,R> |
| 构造器和说明 |
|---|
ObjKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
equal(Object v1,
Object v2) |
static boolean |
isAllNotEmpty(Object... os) |
static boolean |
isAnnotation(Object o) |
static boolean |
isArray(Object o) |
static Boolean |
isDouble(Object o) |
static boolean |
isEmpty(Object o) |
static boolean |
isEnum(Object o) |
static boolean |
isInt(Object o) |
static boolean |
isIterable(Object o) |
static boolean |
isIterator(Object o) |
static boolean |
isLong(Object o) |
static boolean |
isMap(Object o) |
static boolean |
isNotEmpty(Object o) |
static boolean |
isNumber(Object o) |
static boolean |
isStr(Object o) |
static boolean |
isTypeCollect(Object o) |
static <T> List<T> |
newArrayList(T... arr) |
static <T> List<T> |
newEpmtyList(Class<T> c) |
static <T> Set<T> |
newEpmtySet(Class<T> c) |
static <T> List<T> |
toList(T[] arr) |
static Set<Field> |
toSet(Field[] arr) |
public static boolean isNumber(Object o)
public static boolean isNotEmpty(Object o)
public static boolean isArray(Object o)
public static boolean isEmpty(Object o)
public static <T> List<T> newArrayList(T... arr)
public static <T> List<T> toList(T[] arr)
public static boolean isAllNotEmpty(Object... os)
public static boolean isTypeCollect(Object o)
public static boolean isIterator(Object o)
public static boolean isIterable(Object o)
public static boolean isMap(Object o)
public static boolean isAnnotation(Object o)
public static boolean isEnum(Object o)
public static boolean isInt(Object o)
public static boolean isStr(Object o)
public static boolean isLong(Object o)
Copyright © 2024. All rights reserved.