2014年4月17日 星期四

集合 Collection:概述

集合 Collection:與陣列Array有點類似,處理一群相關性的資料(或稱“元素”)。這些資料以Java 提供的工具箱 Collections 類別來處理,此工具箱包含 Hashtable、TreeSet、ArrayList、LinkedList、HashMap、TreeMap 等。




















集合物件的特性

集合界面 具體實作類別 排序性 循序性 唯一性 鍵值對應
Set HashSet
SortedSet TreeSet
List ArrayList, LinkedList
Map HashMap
SortedMap TreeMap

參考


1. How are the collections structured? Which one should I choose?

沒有留言:

張貼留言