| Constructor and Description |
|---|
ClassHashKey(ClassLoader loader,
Class<?>... classes)
Constructor takes the class loader of the proxy and the classes
which the proxy extends or implements.
|
ClassHashKey(ClassLoader loader,
Collection<Class<?>> classes)
Constructor takes the class loader of the proxy and the classes
which the proxy extends or implements.
|
| 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 ClassHashKey(ClassLoader loader, Class<?>... classes)
loader - The classloaderclasses - The classespublic ClassHashKey(ClassLoader loader, Collection<Class<?>> classes)
loader - The classloaderclasses - The classespublic 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.