static L appendAll(Collection l, S s) { ret appendToAll(l, s); } static L appendAll(S s, Collection l) { ret appendToAll(s, l); }