public class GAType extends Object implements GenericArrayType
| Modifier and Type | Field and Description |
|---|---|
private Type |
componentType
Array component type.
|
| Constructor and Description |
|---|
GAType(Type componentType)
Create generic array type for given component type.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getGenericComponentType()
Get generic component type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNameprivate Type componentType
public GAType(Type componentType)
componentType - component type.public Type getGenericComponentType()
getGenericComponentType in interface GenericArrayTypeCopyright © 2018. All rights reserved.