| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WildcardType
Represents a wildcard type argument. Examples include:
? ? extends Number ? super T
 A wildcard may have its upper bound explicitly set by an
 extends clause, its lower bound explicitly set by a
 super clause, or neither (but not both).
| Method Summary | |
|---|---|
 TypeMirror | 
getExtendsBound()
Returns the upper bound of this wildcard.  | 
 TypeMirror | 
getSuperBound()
Returns the lower bound of this wildcard.  | 
| Methods inherited from interface javax.lang.model.type.TypeMirror | 
|---|
accept, equals, getKind, hashCode, toString | 
| Method Detail | 
|---|
TypeMirror getExtendsBound()
null is returned.
TypeMirror getSuperBound()
null is returned.
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.