public final class MethodHashKey extends Key
| Constructor and Description |
|---|
MethodHashKey(ClassLoader loader,
Collection<Method> methods) |
MethodHashKey(ClassLoader loader,
Method[] methods)
Key subclass where individual proxied methods are used to
lookup the proxy class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Every
Key subclass must define its own Object.equals(Object) method. |
int |
hashCode()
Every
Key subclass must define its own Object.hashCode() method. |
getClassLoaderpublic MethodHashKey(ClassLoader loader, Method[] methods)
Key subclass where individual proxied methods are used to
lookup the proxy class.loader - The class loadermethods - The proxied methodspublic MethodHashKey(ClassLoader loader, Collection<Method> methods)
public boolean equals(Object o)
KeyKey subclass must define its own Object.equals(Object) method.public int hashCode()
KeyKey subclass must define its own Object.hashCode() method.Copyright © 2014. All rights reserved.