//因为map 里不能有重复的键,所以想要实现这种,那么就只能将一个一个的map放到集合中
//如下:
package testweb;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class TestCase {
public static void main(String[] args) throws Exception {
new TestCase().test();
}
private void test(){
List
HashMap是一个泛型类,提供
HashMap的常用方法
HashMap
-- void put(Key, Value)
-- Value get(Key)
put(Key key, Value value) 方法例如
HashMapmap = new HashMap ();
map.put("Foo", 1234d);
map.put("Bar", 444d);
get(Key key) 方法例如
HashMapmap = new HashMap ();
map.put("666", 300d);
System.out.println(String.valueOf(map.get("666")));
一个map一个集合,你这样就相当于两个集合了。
可以用json
public static String getJSONString(int code, Mapmap) {
JSONObject json = new JSONObject();
json.put("code", code);
for (Map.Entryentry : map.entrySet()) {
json.put(entry.getKey(), entry.getValue());
}
return json.toJSONString();
}
是这样?
public class TestListMap {
public static void main(String[] args) {
Mapmap1 = new HashMap (2);
map1.put("Paraguay", "6459.721");
map1.put("Qatar", "1749.713");
System.out.println(map1);
}
}
还是这样?
public class TestListMap {
public static void main(String[] args) {
Mapmap1 = new HashMap (2);
map1.put("name", "Paraguay");
map1.put("value", "6459.721");
Mapmap2 = new HashMap (2);
map2.put("name", "Qatar");
map2.put("value", "1749.713");
List> outList = new ArrayList >();
outList.add(map1);
outList.add(map2);
System.out.println(outList);
}
}
map 里不能一个key,放入两个value;
你一要定放像你说的,你可以把这个value作为一个对象放进去