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+"
相关文章
相关标签/搜索