标签:枚举
set添加元素是根据equals和hashCode函数来确定两个元素是否是同一个对象。
public final boolean equals(Object other)
Object
equals
other
public final int hashCode()
hashCode
第七题(枚举和set)
原文地址:http://blog.csdn.net/havedream_one/article/details/44486501