HashMap hmConvert = new HashMap();
hmConvert.put("0", "0");
.
.
.
hmConvert.put("10", "a");
.