码迷,mamicode.com
首页 > 编程语言 > 详细

JavaSE复习6

时间:2019-07-18 23:54:36      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:net   style   hashcode   list   blog   treemap   nbsp   学习   对比   

集合框架体系

总体的体系图:

技术图片

 

在学习体系之前先了解一下迭代器(Iterator):迭代器是一种设计模式,它是一个对象,它可以遍历并选择序列中的对象,而开发人员不需要了解该序列的底层结构。迭代器通常被称为“轻量级”对象,因为创建它的代价小。

https://www.cnblogs.com/lxqiaoyixuan/p/7156944.html

其次再了解一下hash和hashcode

hash函数特性:

技术图片

hash表(散列表):https://www.jianshu.com/p/a89e9487a06c

hash和hashcode:https://blog.csdn.net/m0_37700275/article/details/82800590#commentBox

下面正式开始学习

 

Collecction(set,list:

Set:

List:

list和ArrayList:https://www.cnblogs.com/zcscnn/p/7743507.html

基本用法比较:https://blog.csdn.net/ftell/article/details/80826235

深入ArrayList:https://www.cnblogs.com/qingchunshiguang/p/6103731.html

Linkedlist和ArrayList对比:https://blog.csdn.net/weixin_41657730/article/details/82462156

Map(hashmap,treemap:

HashMap:

TreeMap:

 

JavaSE复习6

标签:net   style   hashcode   list   blog   treemap   nbsp   学习   对比   

原文地址:https://www.cnblogs.com/ljq2622/p/11210689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!