mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
18 lines
526 B
Plaintext
Vendored
18 lines
526 B
Plaintext
Vendored
public interface A
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public final method contains(p0: java.lang.Object): boolean
|
|
public method contains(p0: java.lang.String): boolean
|
|
public method getSize(): int
|
|
public final method remove(p0: java.lang.Object): boolean
|
|
public method remove(p0: java.lang.String): boolean
|
|
public final method size(): int
|
|
}
|
|
|
|
|
|
public final class InheritSetAndHashSetKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|