public class ObjectArrays
extends java.lang.Object
| Constructor and Description |
|---|
ObjectArrays() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
newArray(java.lang.Class<T> type,
int length)
Returns a new array of the given length with the specified component type.
|