Se e' una stringa con un solo carattere fai semplicemente:

codice:
String s = (String) miaHashMap.get(""+risultato%2);
char c = s.charAt(0);