Finds the methods in this type that correspond to the given method. A method m1 corresponds to another method m2 if:
- m1 has the same element name as m2.
- m1 has the same number of arguments as m2 and the simple names of the argument types must be equals.
- m1 exists.
@param method the given method
@return the found method or
null
if no such methods can be found.
@since 2.0