jp.develop.common.util.amf.beans
Class GenericArrayTypeImpl
java.lang.Object
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
GenericArrayTypeImpl
public GenericArrayTypeImpl(Type genericComponentType)
- Constructs a instance.
- Parameters:
genericComponentType
- Generic component type.
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