static S joinWithDot(Iterable l) { ret join(".", l); } static S joinWithDot(A... l) { ret joinWithDot(asList(l)); }