Documentation for this section has not yet been entered.
Returns an array containing Method objects for all public methods for the class C represented by this Class. Methods may be declared in C, the interfaces it implements or in the superclasses of C. The elements in the returned array are in no particular order.
If there are no public methods or if this Class represents a primitive type or void then an empty array is returned.