Finds all methods matched by the provided filter.
@param filter Passed each method signature, it may include or exclude each potential
@return a list of matching method signatures (which may be empty) in ascending order (bymethod name), but descending order (by parameter count) within overrides of a single method name.
@deprecated Use {@link #matchMethods(Predicate)} instead
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.