static L indexesOfLinesStartingWith(L l, S s) { new L x; for (int i = 0; i < l(l); i++) if (startsWith(l.get(i), s)) x.add(i); ret x; }