An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
Type Params | Return 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-2018 The Apache Software Foundation. All rights reserved.