org.guiceyfruit.support.internal
Class MethodKey

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(java.lang.String name,
                 java.lang.Class[] parameterTypes)

MethodKey

public MethodKey(java.lang.reflect.Method method)
Method Detail

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.