您的位置:首页 > 编程语言 > Java开发

Java中的常用集合类型总结

2017-10-03 00:00 381 查看
1.可重复列表(List)

LinkedList和ArrayList的区别:http://www.importnew.com/6629.html

ArrayList vs. LinkedList vs. Vector:http://www.importnew.com/8782.html

2.不重复集合(Set)

HashSet vs. TreeSet vs. LinkedHashSet:http://www.importnew.com/8773.html

3.映射类集合(Map)

HashMap的工作原理:http://www.importnew.com/7099.html

HashMap vs. TreeMap vs. Hashtable vs. LinkedHashMap:http://www.importnew.com/8658.html

HashMap和HashSet的区别: http://www.importnew.com/6931.htmlhttp://www.jianshu.com/p/5c34133ed372

ArrayList、LinedList及HashMap 使用场景 :http://www.jianshu.com/p/344d86f319ea

HashTable和Dictionary、List和DataTable的比较(.NET):http://www.cnblogs.com/jilodream/p/4219840.html

Java c[b]heat sheet on Dzone[/b] https://dzone.com/refcardz/core-java
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: