API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. ParameterizedType View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Type
      ParameterizedType
Subinterfaces
Description
public interface ParameterizedType
  ParameterizedType represents a parameterized type such as Collection<String>.
See also:   
Methods
Hide/Show inherited methods
public Type getActualTypeArguments ()
  Returns an array of Type objects representing the actual type arguments to this type.
public Type getOwnerType ()
  Returns a Type object representing the type that this type is a member of.
public Type getRawType ()
  Returns the Type object representing the class or interface that declared this type.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar