final class GenericArrayTypeImpl
extends java.lang.Object
implements java.lang.reflect.GenericArrayType
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Type |
genericComponentType |
| Constructor and Description |
|---|
GenericArrayTypeImpl(java.lang.reflect.Type ct) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Type |
getGenericComponentType()
Returns a Type object representing the component type
of this array.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.reflect.Type getGenericComponentType()
getGenericComponentType in interface java.lang.reflect.GenericArrayTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object