Set之HashSet和TreeSet及常用的一些方法的总结
能用HashSet尽量别用TreeSet
Hash又称散列
Hash具有的方法:
自带去重的方法
TreeSet的方法
有排序
天花板ceiling()的运用
地板floor()的使用
tailSet()方法
使用实例:
降序descendingSet()
能用HashSet尽量别用TreeSet
Hash又称散列
Hash具有的方法:
自带去重的方法
TreeSet的方法
有排序
天花板ceiling()的运用
地板floor()的使用
tailSet()方法
使用实例:
降序descendingSet()