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

java.lang.Object
  extended by com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type

final class GenericArrayTypeImpl
extends Object
implements GenericArrayType

Implementation of GenericArrayType interface for core reflection.


Constructor Summary
GenericArrayTypeImpl(Type ct)
           
 
Method Summary
 boolean equals(Object o)
           
 Type getGenericComponentType()
          Returns a Type object representing the component type of this array.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericArrayTypeImpl

GenericArrayTypeImpl(Type ct)
Method Detail

getGenericComponentType

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

Specified by:
getGenericComponentType in interface GenericArrayType
Returns:
a Type object representing the component type of this array
Since:
1.5

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object