T - The mapped type.public interface IMappingManager<T extends IResetable> extends Map<String,T>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
The name of the default T.
|
| Modifier and Type | Method and Description |
|---|---|
IMappingManager<T> |
bind(String name,
T obj)
Binds a T object to a name.
|
T |
getDefault()
Get the default object.
|
void |
setDefault(T obj)
Set default object.
|
static final String DEFAULT_NAME
IMappingManager<T> bind(String name, T obj)
name - A name.obj - A comparator.T getDefault()
void setDefault(T obj)
obj - Default object.Copyright © 2016. All rights reserved.