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, wait
getTypeName
public GenericArrayTypeImpl(Type gct)
gct
- the non-null type for this GenericArrayTypepublic Type getGenericComponentType()
getGenericComponentType
in interface GenericArrayType
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.