public static class MoreTypes.ParameterizedTypeImpl extends Object implements ParameterizedType, Serializable
| Constructor and Description |
|---|
ParameterizedTypeImpl(Type ownerType,
Type rawType,
Type... typeArguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
int |
hashCode() |
boolean |
isFullySpecified()
Returns true if there are no type variables in this type.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Type getRawType()
getRawType in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypepublic boolean isFullySpecified()
Copyright © 2006–2018 Google, Inc.. All rights reserved.