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, wait
getTypeName
private final Type componentType
public GenericArrayTypeImpl(Type componentType)
public Type getGenericComponentType()
getGenericComponentType
in interface GenericArrayType
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.