public class GenericArrayTypeImpl extends Object implements GenericArrayType
| Constructor and Description |
|---|
GenericArrayTypeImpl(Type gct)
Creates the GenericArrayType with the given array type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type |
getGenericComponentType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic GenericArrayTypeImpl(Type gct)
gct - the non-null type for this GenericArrayTypepublic Type getGenericComponentType()
getGenericComponentType in interface GenericArrayTypeCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.