筆記:JAVA中Map的用法

stl中Map的用法java JAVAcode //假設key 爲Integer型 value 爲String ,具體自行定義 Map<Integer,String> map = new HashMap<Integer,String>(); 放入數據:get map.put(1,"a"); map.put(2,"b"); map.put(3,"c"); 根據key獲取對應的valueit map.
相關文章
相關標籤/搜索