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