jp.develop.common.util.amf.beans
Class GenericArrayTypeImpl

java.lang.Object
  extended by jp.develop.common.util.amf.beans.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type

public class GenericArrayTypeImpl
extends Object
implements GenericArrayType

Implementation of GenericArrayType interface. Maybe, compatible with Java original implementation.

Author:
Waki Takeya
See Also:
GenericArrayType

Constructor Summary
GenericArrayTypeImpl(Type genericComponentType)
          Constructs a instance.
 
Method Summary
 boolean equals(Object obj)
           
 Type getGenericComponentType()
          
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericArrayTypeImpl

public GenericArrayTypeImpl(Type genericComponentType)
Constructs a instance.

Parameters:
genericComponentType - Generic component type.
Method Detail

getGenericComponentType

public Type getGenericComponentType()

Specified by:
getGenericComponentType in interface GenericArrayType

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object