public class GenericArrayTypeImpl extends Object implements GenericArrayType
Constructor and Description |
---|
GenericArrayTypeImpl(Class<?> rawType,
Type... actualTypeArguments) |
GenericArrayTypeImpl(Type genericComponentType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Type |
getGenericComponentType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTypeName
public GenericArrayTypeImpl(Type genericComponentType)
public Type getGenericComponentType()
getGenericComponentType
in interface GenericArrayType
Copyright © 2016. All rights reserved.