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 Modifier and Type 方法 描述 static ObjectArray. newInstance(Class<?> componentType, int length)创建具有指定组件类型和长度的新数组。static ObjectArray. newInstance(Class<?> componentType, int... dimensions)创建具有指定组件类型和尺寸的新数组。
-