wt.tools.xref.containers
Class MethodHashtable
java.lang.Object
wt.tools.xref.containers.MethodHashtable
- All Implemented Interfaces:
- Serializable
- public class MethodHashtable
- extends Object
- implements Serializable
This KEY's in this container store method specification's and the VALUE's
contain references to Method objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d_hashtable
Hashtable d_hashtable
MethodHashtable
public MethodHashtable()
compareStringArrays
private boolean compareStringArrays(String[] array1,
String[] array2)
containsKey
public boolean containsKey(String key)
containsMethod
public boolean containsMethod(String returnType,
String classInterfaceSpec,
String methodName,
String[] argTypes)
methodNumber
int methodNumber(String methodName)
putMethod
public void putMethod(Method theMethod)
keys
public Enumeration keys()
get
public Method get(String methodSpec)
size
public int size()