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