mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
14 lines
496 B
Plaintext
Vendored
14 lines
496 B
Plaintext
Vendored
public final class MapEntryWithSetValueKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class MyMapEntry {
|
|
public method <init>(): void
|
|
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
|
public method getKey(): java.lang.Object
|
|
public method getValue(): java.lang.Object
|
|
public method hashCode(): int
|
|
public final method setValue(p0: java.lang.Object): java.lang.Object
|
|
}
|