Serializable, Type, WildcardTypepublic static class MoreTypes.WildcardTypeImpl extends Object implements WildcardType, Serializable
| Constructor | Description |
|---|---|
WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object other) |
|
Type[] |
getLowerBounds() |
|
Type[] |
getUpperBounds() |
|
int |
hashCode() |
|
boolean |
isFullySpecified() |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic boolean isFullySpecified()
Copyright © 2006–2018 Google, Inc.. All rights reserved.