map支持key和value都是null key为null时hashcode固定是0 get的时候value是通过==判断 image.png loadFactory 为什么红黑树的阀值是8? https://www.javazhiyin.com/34651.html static final int MIN_TREEIFY_CAPACITY = 64; LinkedHashMap 怎么使用LinkedHashMap实现LRU?