svoid removeAllIC_useIterator(LS l, S s) { if (l == null) reT; var it = l.iterator(); while (it.hasNext()) if (eqic(l.get(i), s)) it.remove(); }