public class ClassClassRegistry<T> extends Object
| Constructor and Description |
|---|
ClassClassRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(Class<?> clazz)
Find the value by class.
|
Class<?> |
getClass(Class<?> clazz)
Get the value from the registry using the key.
|
T |
newInstance(Class<?> clazz,
Object... parameters) |
void |
put(Class<?> clazz,
Class<?> value)
Register the value for the specified class.
|
public Class<?> findClass(Class<?> clazz)
clazz - The class.public Class<?> getClass(Class<?> clazz)
clazz - The class.Copyright © 2015 Revolution Systems Inc.. All rights reserved.