static Set getOrCreateTreeSet(Map> map, A key) { ret getOrCreate((Map) map, key, TreeSet.class); }