java語言的集合框架(Collection、Map)

JAVA語言中集合的框架圖 1:集合主要包含collection和map兩個接口。其中collection中的元素是一個value值,map中的元素是key:value形式的。 collection包含set、list、queue。 (1)list:list接口包含ArrayList,Vector,LinkedList。 (2)set包含HashSet,TreeSet,EnumSet。 (3)Qu
相關文章
相關標籤/搜索