public class removeInIterator { public static void bar(java.util.Iterator it) { it.remove(); } }