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