public class NRDictionary extends EnumItemDictionary<NR>
| Constructor and Description |
|---|
NRDictionary() |
| Modifier and Type | Method and Description |
|---|---|
protected EnumItem<NR> |
newItem()
代理new EnumItem
|
protected void |
onLoaded(TreeMap<String,EnumItem<NR>> map)
文本词典加载完毕的回调函数
|
protected NR |
valueOf(String name)
代理E.valueOf
|
protected NR[] |
values()
代理E.values
|
createValue, loadValueArray, saveValueprotected NR valueOf(String name)
EnumItemDictionaryvalueOf in class EnumItemDictionary<NR>protected NR[] values()
EnumItemDictionaryvalues in class EnumItemDictionary<NR>protected EnumItem<NR> newItem()
EnumItemDictionarynewItem in class EnumItemDictionary<NR>protected void onLoaded(TreeMap<String,EnumItem<NR>> map)
CommonDictionaryonLoaded in class CommonDictionary<EnumItem<NR>>Copyright © 2014–2021 码农场. All rights reserved.