Interface JWildcardType

    • Method Detail

      • getLowerBounds

        JClassType[] getLowerBounds()
        Returns the lower bounds of this wildcard type. If no lower bounds were declared, an empty array is returned.
        Returns:
        the lower bounds of this wildcard type
      • getUpperBounds

        JClassType[] getUpperBounds()
        Returns the upper bounds of this wildcard type. If no upper bounds were declared, an array containing Object is returned.
        Returns:
        the upper bounds of this wildcard type