java複習 --集合類

List接口:可以存放重複內容; set接口:不能存放重複內容,重複內容依靠hashcode和equal兩個方法來區分; Queue:隊列; SortedSet接口:對集合中的數據進行排序;   List接口: List子類:ArrayList,Vector ArrayList和Vector的區別: LinkedList類和queue接口 LinedList 鏈表的操作類 Queue接口是Coll
相關文章
相關標籤/搜索