jp.develop.common.util.amf.beans
Class WildcardTypeImpl
java.lang.Object
jp.develop.common.util.amf.beans.WildcardTypeImpl
- All Implemented Interfaces:
- Type, WildcardType
public class WildcardTypeImpl
- extends Object
- implements WildcardType
Implementation of WildcardType interface.
Maybe, compatible with Java original implementation.
- Author:
- Waki Takeya
- See Also:
WildcardType
WildcardTypeImpl
public WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds)
- Constructs a instance.
- Parameters:
upperBounds
- Upper bounds.lowerBounds
- Lower bounds.
getUpperBounds
public Type[] getUpperBounds()
-
- Specified by:
getUpperBounds
in interface WildcardType
getLowerBounds
public Type[] getLowerBounds()
-
- Specified by:
getLowerBounds
in interface WildcardType
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