java.lang.reflect
Interface WildcardType
- All Superinterfaces:
- Type
- All Known Implementing Classes:
- WildcardTypeImpl
public interface WildcardType
- extends Type
WildcartType
NYI: COMMENT: JDK 1.5 class description
- Since:
- 1.5
getUpperBounds
Type[] getUpperBounds()
- getUpperBounds
NYI: COMMENT: JDK 1.5 method description
- Returns:
- an array of Types representing the upper bound(s) of this type variable
- Since:
- 1.5
getLowerBounds
Type[] getLowerBounds()
- getLowerBounds
NYI: COMMENT: JDK 1.5 method description
- Returns:
- an array of Types representing the lower bound(s) of this type variable
- Since:
- 1.5
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.