static int setCount(Collection c) { ret c == null ? 0 : l(asSet(c)); }