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