static L mapCollectUnique(O f, Collection c) { ret new L(new LinkedHashSet(map(f, c))); }