概述先看代码HashMap的节点static class Node<K,V> implements Map.Entry<K,V> { final int hash; final K key; V value; Node<K,V> next;Node
岁月又生花