Java中的常用集合類型總結
阿新 • • 發佈:2017-10-03
tar tro arr style spa htable blog html hset
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.html、http://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中的常用集合類型總結