WildcardTypeImpl

class WildcardTypeImpl : WildcardType

The WildcardType interface supports multiple upper bounds and multiple lower bounds. We onlysupport what the Java 6 language needs - at most one bound. If a lower bound is set, the upperbound must be Object.class.

Constructors

WildcardTypeImpl
Link copied to clipboard
open fun WildcardTypeImpl(upperBounds: Array<Type>, lowerBounds: Array<Type>)

Functions

equals
Link copied to clipboard
open fun equals(other: Any): Boolean
getLowerBounds
Link copied to clipboard
open fun getLowerBounds(): Array<Type>
abstract fun getLowerBounds(): Array<Type>
getTypeName
Link copied to clipboard
open fun getTypeName(): String
getUpperBounds
Link copied to clipboard
open fun getUpperBounds(): Array<Type>
abstract fun getUpperBounds(): Array<Type>
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String