Package org.robovm.compiler.util.generic
Class ImplForWildcard
java.lang.Object
org.robovm.compiler.util.generic.ImplForWildcard
- All Implemented Interfaces:
Type,WildcardType
public final class ImplForWildcard extends Object implements WildcardType
-
Constructor Summary
Constructors Constructor Description ImplForWildcard(ListOfTypes extendsBound, ListOfTypes superBound) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Type[]getLowerBounds()Type[]getUpperBounds()inthashCode()StringtoGenericSignature()Returns the generic signature of this type.StringtoString()
-
Constructor Details
-
ImplForWildcard
-
-
Method Details
-
getLowerBounds
- Specified by:
getLowerBoundsin interfaceWildcardType
-
getUpperBounds
- Specified by:
getUpperBoundsin interfaceWildcardType
-
equals
-
hashCode
public int hashCode() -
toString
-
toGenericSignature
Description copied from interface:TypeReturns the generic signature of this type.- Specified by:
toGenericSignaturein interfaceType
-