An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
Type | Name and description |
---|---|
MethodKey |
createCopy() Creates an immutable copy that we can cache. |
protected int |
createHashCode() |
boolean |
equals(Object that) |
boolean |
equals(MethodKey that) |
String |
getName() |
int |
getParameterCount() |
Class |
getParameterType(int index) |
List |
getParamterTypes() |
int |
hashCode() |
String |
toString() |
Creates an immutable copy that we can cache.
Copyright © 2003-2014 The Codehaus. All rights reserved.