mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
44 lines
2.0 KiB
Plaintext
Vendored
44 lines
2.0 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class MyMap$MySet {
|
|
// source: 'noStubsForMapImplementations.kt'
|
|
public method <init>(): void
|
|
public method add(p0: java.lang.Object): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(p0: java.lang.Object): boolean
|
|
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public method getSize(): int
|
|
public method isEmpty(): boolean
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
public method remove(p0: java.lang.Object): boolean
|
|
public method removeAll(p0: java.util.Collection): boolean
|
|
public method retainAll(p0: java.util.Collection): boolean
|
|
public bridge final method size(): int
|
|
public method toArray(): java.lang.Object[]
|
|
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
|
public final inner class MyMap$MySet
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class MyMap {
|
|
// source: 'noStubsForMapImplementations.kt'
|
|
public method <init>(): void
|
|
public method clear(): void
|
|
public method containsKey(p0: java.lang.Object): boolean
|
|
public method containsValue(p0: java.lang.Object): boolean
|
|
public bridge final method entrySet(): java.util.Set
|
|
public method get(p0: java.lang.Object): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getEntries(): MyMap$MySet
|
|
public @org.jetbrains.annotations.NotNull method getKeys(): MyMap$MySet
|
|
public method getSize(): int
|
|
public @org.jetbrains.annotations.NotNull method getValues(): java.util.ArrayList
|
|
public method isEmpty(): boolean
|
|
public bridge final method keySet(): java.util.Set
|
|
public method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
|
public method putAll(p0: java.util.Map): void
|
|
public method remove(p0: java.lang.Object): java.lang.Object
|
|
public bridge final method size(): int
|
|
public bridge final method values(): java.util.Collection
|
|
public final inner class MyMap$MySet
|
|
}
|