|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CaptureType
CaptureType represents a wildcard that has gone through capture conversion. It is a custom subinterface of Type, not part of the java builtin Type hierarchy.
| Method Summary | |
|---|---|
java.lang.reflect.Type[] |
getLowerBounds()
Returns an array of Type objects representing the lower bound(s) of this type variable. |
java.lang.reflect.Type[] |
getUpperBounds()
Returns an array of Type objects representing the upper bound(s) of this capture. |
| Method Detail |
|---|
java.lang.reflect.Type[] getUpperBounds()
java.lang.reflect.Type[] getLowerBounds()
WildcardType.getLowerBounds().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||