mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
25 lines
1.1 KiB
Plaintext
Vendored
25 lines
1.1 KiB
Plaintext
Vendored
public final class A {
|
|
public method <init>(): void
|
|
public method containsKey(p0: java.lang.Integer): boolean
|
|
public final method containsKey(p0: java.lang.Object): boolean
|
|
public final method containsValue(p0: java.lang.Object): boolean
|
|
public method containsValue(p0: java.lang.String): boolean
|
|
public final method entrySet(): java.util.Set
|
|
public method get(p0: java.lang.Integer): java.lang.String
|
|
public final method get(p0: java.lang.Object): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
|
public method getKeys(): java.util.Set
|
|
public method getSize(): int
|
|
public method getValues(): java.util.Collection
|
|
public final method keySet(): java.util.Set
|
|
public method remove(p0: java.lang.Integer): java.lang.String
|
|
public final method remove(p0: java.lang.Object): java.lang.Object
|
|
public final method size(): int
|
|
public final method values(): java.util.Collection
|
|
}
|
|
|
|
|
|
public final class AbstractMapKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|