static void addNonNulls(Collection c, Iterable b) { addAllNonNulls(c, b); } static void addNonNulls(Collection c, B... b) { addAllNonNulls(c, b); }