public interface CaptureType
extends java.lang.reflect.Type
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.reflect.Type[] getUpperBounds()
java.lang.reflect.Type[] getLowerBounds()
WildcardType.getLowerBounds().Copyright © 2013. All rights reserved