mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
5 lines
121 B
Java
5 lines
121 B
Java
public class removeInIterator {
|
|
public static void bar(java.util.Iterator<Integer> it) {
|
|
it.remove();
|
|
}
|
|
} |