Method Summary |
|
public void | test1() Void.TYPE class does not declare methods. |
public void | test2() An array should inherit all public member methods of the Object class. |
public void | test3() Only the public member methods should be returned. |
public void | test4() All member methods of the interface should be returned. |
public void | test5() All member methods of the interface and its super interface should be
returned. |
public void | test6() Complex case. |