mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
14 lines
435 B
Plaintext
Vendored
14 lines
435 B
Plaintext
Vendored
public final class IteratorWithRemoveKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class MyIterator {
|
|
private final field v: java.lang.Object
|
|
public method <init>(p0: java.lang.Object): void
|
|
public final method getV(): java.lang.Object
|
|
public method hasNext(): boolean
|
|
public method next(): java.lang.Object
|
|
public final method remove(): void
|
|
}
|