com.sun.xml.bind.v2.model.nav

Class GenericArrayTypeImpl

final class GenericArrayTypeImpl extends Object implements GenericArrayType

Implementation of GenericArrayType interface for core reflection.
Constructor Summary
GenericArrayTypeImpl(Type ct)
Method Summary
booleanequals(Object o)
TypegetGenericComponentType()
Returns a Type object representing the component type of this array.
inthashCode()
StringtoString()

Constructor Detail

GenericArrayTypeImpl

GenericArrayTypeImpl(Type ct)

Method Detail

equals

boolean equals(Object o)

getGenericComponentType

public Type getGenericComponentType()
Returns a Type object representing the component type of this array.

Returns: a Type object representing the component type of this array

Since: 1.5

hashCode

int hashCode()

toString

public String toString()