Exception in thread "main" java.lang.Error: Unresolved compilation problems:
TreeSet cannot be resolved to a type
Peroson cannot be resolved to a type
TreeSet cannot be resolved to a type
Peroson cannot be resolved to a type
还有一个问题是:文件可以运行,但是class为什么会显示×
前后泛型不一致peroson 和person
错误写的很清楚,未解决编译问题.你的TreeSet标着红色波浪线
你前后泛型的类型不一样肯定报错。