public class GenericArrayTypeImpl extends Object implements GenericArrayType
| Modifier and Type | Field and Description |
|---|---|
private Type |
componentType |
| Constructor and Description |
|---|
GenericArrayTypeImpl(Type componentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type |
getGenericComponentType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNameprivate final Type componentType
public GenericArrayTypeImpl(Type componentType)
public Type getGenericComponentType()
getGenericComponentType in interface GenericArrayTypeCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.