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