반응형
package HashMap;

import java.util.*;

public class Main2 {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		String players [][] = {{"김태균","이태양"}
				,{"이택근","박병호","김정호"}
				,{"나침범","테잉임즈","이호준"}};
		
		
		// 위에 배열의 모든 데이터를 출력하다.
		for(int i =0; i  map1 = new HashMap();
		map1.put("Team", "한화");
		map1.put("Data", han);
		
		String nec [] = {"이택근","박병호","김정호"};
		
		HashMap map2 = new HashMap();
		map2.put("Team", "넥센");
		map2.put("Data", nec);
		
		String nc [] = {"나침범","테잉임즈","이호준"};
		
		HashMap map3 = new HashMap();
		map3.put("Team", "엔씨");
		map3.put("Data", nc);
		
		HashMap[] baseball = new HashMap[3];
		baseball[0] = map1;
		baseball[1] = map2;
		baseball[2] = map3;
		
		for(int i =0; i

+ Recent posts