Uses of Class
java.lang.NegativeArraySizeException
-
Packages that use NegativeArraySizeException 软件包 描述 java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。 -
-
Uses of NegativeArraySizeException in java.lang.reflect
Methods in java.lang.reflect that throw NegativeArraySizeException 变量和类型 方法 描述 static Object
Array. newInstance(类<?> componentType, int length)
创建具有指定组件类型和长度的新数组。static Object
Array. newInstance(类<?> componentType, int... dimensions)
创建具有指定组件类型和尺寸的新数组。
-