HashMap源代码深入剖析

1. 概述 首先从一个例子来开始HashMap的学习 public class Test { public static void main(String[] args) { Map<String, Integer> map = new HashMap<String, Integer>(); map.put("语文", 1); map.put
相关文章
相关标签/搜索