2014年5月8日
摘要: Map map = new TreeMap();//TreeMap本身具有排序功能(默认按键升序排序)map.put(12, "hello");map.put(7, "bravestarr");map.put(20, "world");System.out.println(map.toString(... 阅读全文
posted @ 2014-05-08 20:28 alex_wongh 阅读(431) 评论(0) 推荐(0) 编辑