Returns the formal type parameters of this method or constructor.
They are returned in declaration order.
the formal type parameters of this method or constructor,or an empty collection if there are none
Returns the formal parameters of this method or constructor.
They are returned in declaration order.
the formal parameters of this method or constructor,or an empty collection if there are none
Returns the exceptions and other throwables listed in this
method or constructor's throws clause.
the exceptions and other throwables listed in thethrows clause, or an empty collection if there are none
Returns true if this method or constructor accepts a variable
number of arguments.
true if this method or constructor accepts a variablenumber of arguments