| public interface java.lang.reflect WildcardType
|
Java SE 6 |
| since | 1.5 |
| Properties | |||||||
|---|---|---|---|---|---|---|---|
| public Type[] | getLowerBounds() Details
Returns an array of Type objects representing the
lower bound(s) of this type variable. Note that if no lower bound is
explicitly declared, the lower bound is the type of null.
In this case, a zero length array is returned.
For each lower bound B :
| ||||||
| public Type[] | getUpperBounds() Details
Returns an array of Type objects representing the upper
bound(s) of this type variable. Note that if no upper bound is
explicitly declared, the upper bound is Object.
For each upper bound B :
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|