list、set、map要注意的哪些事

TreeSet一定要重写Comparable接口的compareTo()方法。

其他的什么hashmap hashset的hashcode、equalse方法都可以不写(继承了父类Object的)。

set里面插入重复元素默认不插入返回值仍然是true;

你可能感兴趣的:(TreeSet)