接口 IDictionary
public interface IDictionary
枚举字典标准接口
- 作者:
- Hamm
-
方法概要
-
方法详细资料
-
getKey
int getKey()获取枚举的key- 返回:
- key
-
getLabel
String getLabel()获取枚举的描述- 返回:
- 描述
-
equalsKey
default boolean equalsKey(int key) 判断Key是否相等- 参数:
key- 被判断的Key- 返回:
- 对比结果
-
key - 被判断的Key