JAVA基礎之路——集合(二)

#映射web ##基本映射操做安全 Map<Integer, String> maps = new HashMap<>(); maps.put(1540630291, "Tom");//插入元素 maps.get(1540630291);//輸入鍵 找到元素。 maps.containsKey(5);//集合裏是否包含括號中的元素,能夠放鍵、值 maps.forEach((k,v)-> Syste
相關文章
相關標籤/搜索