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
相關文章
相關標籤/搜索