JavaTM 2 Platform
Standard Ed. 6

类 java.lang.NegativeArraySizeException
的使用

使用 NegativeArraySizeException 的软件包
java.lang.reflect 提供类和接口,以获得关于类和对象的反射信息。 
 

java.lang.reflectNegativeArraySizeException 的使用
 

抛出 NegativeArraySizeExceptionjava.lang.reflect 中的方法
static Object Array.newInstance(Class<?> componentType, int... dimensions)
          创建一个具有指定的组件类型和维度的新数组。
static Object Array.newInstance(Class<?> componentType, int length)
          创建一个具有指定的组件类型和长度的新数组。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only