1、equals方法用于比较对象的内容是否相等(覆盖以后)

2、hashcode方法只有在集合中用到

3、在集合Set中,只有判断hashcode相等之后并且equals相等才被认为重复数据