MethodCache Class
- public class MethodCache
extends Object
-
Hierarchy
-
Object
MethodCache
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
protected LinkedList
cache
MethodCache
protected MethodCache()
- Default constructor.
getInstance() Method
public static MethodCache
getInstance()
Get instance.
Returns
MethodCache
getMethod(Class, String, Class[]) Method
public Method
getMethod(Class
c,
String
aName,
Class
[] theParams)
Get method.
Returns
Method
main(String[]) Method
public static void main(String
[] args)
Main - test program.
testMethod(String) Method
public int testMethod(String
aString)
Test method.
Returns
int