| 构造器和说明 |
|---|
ObjectUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T[] |
emptyArray(Class<T> componentType)
Create a new empty array from the specified component type
|
static <T> T[] |
of(T... values)
Convert from variable arguments to array
|
public static <T> T[] of(T... values)
T - The classvalues - variable argumentspublic static <T> T[] emptyArray(Class<T> componentType)
T - the specified component typecomponentType - the specified component typeCopyright © 2019. All rights reserved.