public static class MoreTypes.WildcardTypeImpl extends Object implements WildcardType, Serializable
| Constructor and Description |
|---|
MoreTypes.WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Type[] |
getLowerBounds() |
Type[] |
getUpperBounds() |
int |
hashCode() |
boolean |
isFullySpecified()
Returns true if there are no type variables in this type.
|
String |
toString() |
public Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic boolean isFullySpecified()
Copyright © 2006-2014 Google, Inc.. All Rights Reserved.