一、Enum、EnumMap、EnumSet的用法讲解 https://blog.csdn.net/zknxx/article/details/51884536 EnumMap不用计算hashCode,直接根据enum类型的key定位到索引。