容器-01

作者: zq_mo | 来源:发表于2017-10-18 17:23 被阅读0次

    迭代器
    将遍历序列的操作与序列底层的结构分离,它统一了对容器进行访问的方式。一旦我们拥有了迭代器,就不用关心我们使用的什么容器。

    HashSet TreeSet LinkedHashSet
    hashset无须
    treeset值得大小排序
    linkedhashset按照插入的顺序排序

    queue
    接口方法:offer peek element poll remove

    相关文章

      网友评论

          本文标题:容器-01

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