? ? extends Number ? super T
A wildcard may have its upper bound explicitly set by an extends clause, its lower bound explicitly set by a super clause, or neither (but not both).
Returns the lower bounds of this wildcard. If no lower bound is explicitly declared, then an empty collection is returned.returnthe lower bounds of this wildcard
Returns the upper bounds of this wildcard. If no upper bound is explicitly declared, then an empty collection is returned.returnthe upper bounds of this wildcard