美文网首页
Java 集合框架分析

Java 集合框架分析

作者: graychen | 来源:发表于2017-12-28 12:09 被阅读0次

    Java 集合框架

    包括Collection接口 和Map 接口

    Collection集合

     Set List Queue

     Set: hashSet LinkedHashSet

        List: ArrayList LinkedList  就是数组或者链表  可以是重复的

        Queue:PriorityQueue优先队列

    Map 图

     HashMap TreeMap

     HashMap: HashMap LinkedHashMap

    总的来说分为 List、Set、Map

    相关文章

      网友评论

          本文标题:Java 集合框架分析

          本文链接:https://www.haomeiwen.com/subject/efgmgxtx.html