Package org.jvnet.tiger_types
Class GenericArrayTypeImpl
- java.lang.Object
-
- org.jvnet.tiger_types.GenericArrayTypeImpl
-
- All Implemented Interfaces:
java.lang.reflect.GenericArrayType,java.lang.reflect.Type
final class GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayTypeImplementation of GenericArrayType interface for core reflection.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.TypegenericComponentType
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(java.lang.reflect.Type ct)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.reflect.TypegetGenericComponentType()Returns a Type object representing the component type of this array.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGenericComponentType
public java.lang.reflect.Type getGenericComponentType()
Returns a Type object representing the component type of this array.- Specified by:
getGenericComponentTypein interfacejava.lang.reflect.GenericArrayType- Returns:
- a Type object representing the component type of this array
- Since:
- 1.5
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-