public static class MoreTypes.GenericArrayTypeImpl extends Object implements GenericArrayType, Serializable
| Constructor and Description |
|---|
MoreTypes.GenericArrayTypeImpl(Type componentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type |
getGenericComponentType() |
int |
hashCode() |
boolean |
isFullySpecified()
Returns true if there are no type variables in this type.
|
String |
toString() |
public MoreTypes.GenericArrayTypeImpl(Type componentType)
public Type getGenericComponentType()
getGenericComponentType in interface GenericArrayTypepublic boolean isFullySpecified()
Copyright © 2006-2014 Google, Inc.. All Rights Reserved.