摘要:
View Code 1 import java.util.Iterator; 2 import java.util.Set; 3 import java.util.TreeMap; 4 5 public class Test1 { 6 7 /** 8 * @param args 9 */10 public static void main(String[] args) {11 TreeMap<Integer,String> maps = new TreeMap<Integer,String>();12 maps.put(3, "王五"); 13 ma 阅读全文
posted @ 2011-12-15 13:33
咖啡仔
阅读(232)
评论(0)
推荐(0)

浙公网安备 33010602011771号