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