static S joinPlus1(Collection c, S sep) { new StringBuilder buf; for (O o : c) buf.append(str(o)).append(sep); ret str(buf); }