static L internAll(L tok) { new L l; for (S t : tok) l.add(intern(s)); return l; }