HashMap,LinkedHashMap,TreeMap讀取大量數據效率的比較

@Test public void test() { Integer count =1000000; Random random =new Random(); Map<String, String> map = new HashMap<String, String>(); for (int i = 0; i < count; i++) { map.put(i+"", i+"
相關文章
相關標籤/搜索