org.guiceyfruit.support.internal
Class MethodKey
java.lang.Object
org.guiceyfruit.support.internal.MethodKey
public class MethodKey
- extends java.lang.Object
A key of methods comparing the method name and parameter types
- Version:
- $Revision: 1.1 $
Constructor Summary |
MethodKey(java.lang.reflect.Method method)
|
MethodKey(java.lang.String name,
java.lang.Class[] parameterTypes)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MethodKey
public MethodKey(java.lang.String name,
java.lang.Class[] parameterTypes)
MethodKey
public MethodKey(java.lang.reflect.Method method)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2011. All Rights Reserved.