public class ReusableManagerImpl extends HashMap<String,IReusable<?>> implements IReuseManager
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReusableManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
IReusable<?> |
put(String name,
IReusable<?> resource) |
void |
remove(String name)
Remove a reusable resource by name.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringpublic void remove(String name)
IReuseManagerremove in interface IReuseManagername - The resource name.Copyright © 2016. All rights reserved.