11 lines
399 B
Plaintext
Vendored
11 lines
399 B
Plaintext
Vendored
public final class Kt1199Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.Nullable p0: java.lang.Object): MyIterator
|
|
}
|
|
|
|
|
|
public interface MyIterator {
|
|
public abstract method hasNext(): boolean
|
|
public abstract method next(): java.lang.Object
|
|
}
|