static L cncAddFirstAndLast(L l) { new L x; x.add(""); x.addAll(l); x.add(""); ret x; }