static HashSet collectAsSet(Iterable c, S field) { ret collectAsHashSet(c, field); } static HashSet mapMethodLike collectAsSet(S field, Iterable c) { ret collectAsHashSet(field, c); }