CacheMethod Class
- public class CacheMethod
extends Object
Abstracts a key for caching Java method objects
-
Hierarchy
-
Object
CacheMethod
CacheMethod
public CacheMethod(Class clazz,
String methodName,
Class[] paramTypes,
Method method)
- Cache method.
checkParams(Class[]) Method
protected boolean checkParams(Class[] someParams)
Check params.
Returns
boolean
equals(Object) Method
public boolean equals(Object anObject)
Equals.
-
Overrides
-
Object.equals(Object)
Returns
boolean
getKey() Method
public String getKey()
Returns a key
getMethod() Method
public Method getMethod()
Returns the method
setMethod(Method) Method
public void setMethod(Method method)
Sets the method
toString() Method
public String toString()
-
Overrides
-
Object.toString()