Package org.apache.commons.lang3.reflect
Class TypeUtils.WildcardTypeImpl
java.lang.Object
org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeImpl
- All Implemented Interfaces:
Type
,WildcardType
- Enclosing class:
TypeUtils
WildcardType implementation class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
WildcardTypeImpl
(Type[] upperBounds, Type[] lowerBounds) Constructor -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
Field Details
-
upperBounds
-
lowerBounds
-
-
Constructor Details
-
WildcardTypeImpl
Constructor- Parameters:
upperBounds
- of this typelowerBounds
- of this type
-
-
Method Details
-
equals
-
getLowerBounds
- Specified by:
getLowerBounds
in interfaceWildcardType
-
getUpperBounds
- Specified by:
getUpperBounds
in interfaceWildcardType
-
hashCode
public int hashCode() -
toString
-