static Map mapQuestions(L questions) { new TreeMap map; for (S q : questions) map.put(q, askSelf(q)); ret map; }