|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.ReflectionUtility.MethodEntry
private static class ReflectionUtility.MethodEntry
A holder object to store a combination of a method name and parameter array.
| Field Summary | |
|---|---|
private String |
name
The name of the method. |
private Class[] |
parameters
The array of types of the method parameters. |
| Constructor Summary | |
|---|---|
private |
ReflectionUtility.MethodEntry(String name,
Class[] parameters)
Create a new instance of the holder object using the specified values. |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Over-ridden to implement proper equality checking. |
int |
hashCode()
Computes a hash code for the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String name
private final Class[] parameters
| Constructor Detail |
|---|
private ReflectionUtility.MethodEntry(String name,
Class[] parameters)
name - The name value to use.parameters - The parameters
value to use.| Method Detail |
|---|
public boolean equals(Object object)
name and parameters.
equals in class Objectobject - The object that is to be checked for equality.public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||