- 博客(3)
- 收藏
- 关注
原创 HashMap源码简析(学习笔记)
一、HashMap概述二、HashMap数据结构三、HashMap源码数据结构Nodestatic class Node<K,V> implements Map.Entry<K,V> { final int hash; final K key; V value; Node<K,V> next; Node(int hash, K key, V value, Node<K
2021-04-05 00:53:53
373
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人