public static class MethodUtilTest.TestSub extends MethodUtilTest.TestSuper implements MethodUtilTest.TestInterface
| Constructor and Description |
|---|
MethodUtilTest.TestSub() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
testInterface() |
protected String |
testMethod1() |
String |
testMethod1(String param) |
void |
testMethod2(int[] param) |
void |
testMethod2(int[] param,
String param2) |
static void |
testMethod3(String param) |
String |
toString() |
public Integer testInterface()
testInterface in interface MethodUtilTest.TestInterfaceprotected String testMethod1()
public void testMethod2(int[] param)
public void testMethod2(int[] param,
String param2)
testMethod2 in class MethodUtilTest.TestSuperpublic static void testMethod3(String param)
Copyright © 2003-2015. All Rights Reserved.