Package org.qiunet.cfg.wrapper
Interface ISimpleMapCfgWrapper<ID,Cfg extends ISimpleMapCfg<ID>>
- All Superinterfaces:
ICfgWrapper<ID,Cfg>
- All Known Subinterfaces:
ISimpleMapCfgManager<ID,Cfg>
- All Known Implementing Classes:
SimpleMapJsonCfgManager
- Author:
- qiunet 2020-04-23 11:54
-
Method Summary
Methods inherited from interface org.qiunet.cfg.wrapper.ICfgWrapper
getCfgClass, list
-
Method Details
-
getCfgById
根据id获得配置对象- Parameters:
id-- Returns:
-
allCfgs
得到所有的配置- Returns:
-
size
default int size()Description copied from interface:ICfgWrapper配置数量- Specified by:
sizein interfaceICfgWrapper<ID,Cfg extends ISimpleMapCfg<ID>> - Returns:
-
contains
是否有该id的配置- Parameters:
id-- Returns:
-