static LS trimAll(Iterable etc l) { new LS l2; if (l != null) for (S s : l) l2.add(trim(s)); ret l2; }