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