API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. GenericArrayType View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Type
      GenericArrayType
Subinterfaces
Description
public interface GenericArrayType
  GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.
See also:   
Methods
Hide/Show inherited methods
public Type getGenericComponentType ()
  Returns a Type object representing the component type of this array.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar