API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. WildcardType View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Type
      WildcardType
Subinterfaces
Description
public interface WildcardType
  WildcardType represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer.
See also:   
Methods
Hide/Show inherited methods
public Type getLowerBounds ()
  Returns an array of Type objects representing the lower bound(s) of this type variable.
public Type getUpperBounds ()
  Returns an array of Type objects representing the upper bound(s) of this type variable.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar