摘要:
4.29Java TreeMap TreeMap概念 TreeMap是红黑二叉树的典型实现,打开TreeMap源码: private transient Entry<k,V> root = null; root用来存储树的根节点(Entry是TreeMap的内部类()) Entry Code sta 阅读全文
posted @ 2021-04-30 21:20
俊king
阅读(132)
评论(0)
推荐(0)
摘要:
4.29Java Set接口 Set接口的特点 Set接口继承了Collection接口 有Collection当中的所有方法,没有新增的方法 没有顺序、不可重复 >核心要点 Set当中没有索引,只能遍历查找数据 不允许加入重复的元素,新元素如果和Set中某个元素通过equals方法对比为true, 阅读全文
posted @ 2021-04-30 21:18
俊king
阅读(48)
评论(0)
推荐(0)

浙公网安备 33010602011771号