Uses of Class
java.lang.NegativeArraySizeException
| Package | Description |
|---|---|
| java.lang.reflect |
-
Uses of NegativeArraySizeException in java.lang.reflect
Methods in java.lang.reflect that throw NegativeArraySizeException Modifier and Type Method Description static ObjectArray. newInstance(Class<?> componentType, int size)Returns a new array of the specified component type and length.static ObjectArray. newInstance(Class<?> componentType, int... dimensions)Returns a new multidimensional array of the specified component type and dimensions.