GenericArrayType


GenericArrayType java.lang.reflect

Java 5.0

This interface extends Type and represents a one-dimensional array of some element Type . Note that in the case of multidimensional arrays, the Type returned by getGenericComponentType( ) is itself a GenericArrayType .

Figure 10-94. java.lang.reflect.GenericArrayType

 public interface  GenericArrayType  extends Type {  // Public Instance Methods  Type  getGenericComponentType  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net