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