6b343515e1
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
214 lines
12 KiB
Plaintext
Vendored
214 lines
12 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class DStringCollection {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Collection
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method add(p0: java.lang.String): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final 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[]
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringCollectionByList {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.List
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method add(p0: java.lang.String): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final 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[]
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringCollectionBySet {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Set
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method add(p0: java.lang.String): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final 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[]
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringIterable {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.lang.Iterable
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Iterable): void
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringIterator {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Iterator
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Iterator): void
|
|
public method hasNext(): boolean
|
|
public synthetic bridge method next(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method next(): java.lang.String
|
|
public method remove(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringList {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.List
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
|
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
|
public method add(p0: int, p1: java.lang.String): void
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method add(p0: java.lang.String): boolean
|
|
public method addAll(p0: int, p1: java.util.Collection): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final method contains(p0: java.lang.Object): boolean
|
|
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public synthetic bridge method get(p0: int): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.String
|
|
public method getSize(): int
|
|
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
|
public bridge final method indexOf(p0: java.lang.Object): int
|
|
public method isEmpty(): boolean
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
|
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
|
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
|
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
|
public synthetic bridge method remove(p0: int): java.lang.Object
|
|
public method remove(p0: int): java.lang.String
|
|
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 synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
|
public method set(p0: int, p1: java.lang.String): java.lang.String
|
|
public bridge final method size(): int
|
|
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
|
public method toArray(): java.lang.Object[]
|
|
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringListIterator {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.ListIterator
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.ListIterator): void
|
|
public synthetic bridge method add(p0: java.lang.Object): void
|
|
public method add(p0: java.lang.String): void
|
|
public method hasNext(): boolean
|
|
public method hasPrevious(): boolean
|
|
public synthetic bridge method next(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method next(): java.lang.String
|
|
public method nextIndex(): int
|
|
public synthetic bridge method previous(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method previous(): java.lang.String
|
|
public method previousIndex(): int
|
|
public method remove(): void
|
|
public synthetic bridge method set(p0: java.lang.Object): void
|
|
public method set(p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringMap {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Map
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Map): void
|
|
public method clear(): void
|
|
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final method containsKey(p0: java.lang.Object): boolean
|
|
public method containsValue(@org.jetbrains.annotations.NotNull p0: java.lang.Number): boolean
|
|
public bridge final method containsValue(p0: java.lang.Object): boolean
|
|
public bridge final method entrySet(): java.util.Set
|
|
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Number
|
|
public bridge final method get(p0: java.lang.Object): java.lang.Number
|
|
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
|
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
|
public method getSize(): int
|
|
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
|
public method isEmpty(): boolean
|
|
public bridge final method keySet(): java.util.Set
|
|
public synthetic bridge method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
|
public method put(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
|
public method putAll(p0: java.util.Map): void
|
|
public method remove(p0: java.lang.Object): java.lang.Number
|
|
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
|
public bridge final method size(): int
|
|
public bridge final method values(): java.util.Collection
|
|
public inner class java/util/Map$Entry
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringMapEntry {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Map$Entry
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Map$Entry): void
|
|
public synthetic bridge method getKey(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getKey(): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Number
|
|
public synthetic bridge method getValue(): java.lang.Object
|
|
public method setValue(p0: java.lang.Number): java.lang.Number
|
|
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
|
public inner class java/util/Map$Entry
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DStringSet {
|
|
// source: 'collectionByDelegation2.kt'
|
|
private synthetic final field $$delegate_0: java.util.Set
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method add(p0: java.lang.String): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
|
public bridge final 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[]
|
|
}
|