6b343515e1
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
214 lines
11 KiB
Plaintext
Vendored
214 lines
11 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class DIntCollection {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.Collection
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
|
public method add(p0: int): boolean
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(p0: int): 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 DIntCollectionByList {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.List
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
|
public method add(p0: int): boolean
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(p0: int): 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 DIntCollectionBySet {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.Set
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
|
public method add(p0: int): boolean
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(p0: int): 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 DIntIterable {
|
|
// source: 'collectionByDelegation3.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 DIntIterator {
|
|
// source: 'collectionByDelegation3.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 @org.jetbrains.annotations.NotNull method next(): java.lang.Integer
|
|
public synthetic bridge method next(): java.lang.Object
|
|
public method remove(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DIntList {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.List
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
|
public method add(p0: int): boolean
|
|
public method add(p0: int, p1: int): void
|
|
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
|
public synthetic bridge method add(p0: java.lang.Object): 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(p0: int): boolean
|
|
public bridge final method contains(p0: java.lang.Object): boolean
|
|
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
|
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.Integer
|
|
public synthetic bridge method get(p0: int): java.lang.Object
|
|
public method getSize(): int
|
|
public method indexOf(p0: int): 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(p0: int): 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 method remove(p0: int): int
|
|
public synthetic bridge method remove(p0: int): java.lang.Object
|
|
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 method set(p0: int, p1: int): java.lang.Integer
|
|
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
|
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 DIntListIterator {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.ListIterator
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.ListIterator): void
|
|
public method add(p0: int): void
|
|
public synthetic bridge method add(p0: java.lang.Object): void
|
|
public method hasNext(): boolean
|
|
public method hasPrevious(): boolean
|
|
public @org.jetbrains.annotations.NotNull method next(): java.lang.Integer
|
|
public synthetic bridge method next(): java.lang.Object
|
|
public method nextIndex(): int
|
|
public @org.jetbrains.annotations.NotNull method previous(): java.lang.Integer
|
|
public synthetic bridge method previous(): java.lang.Object
|
|
public method previousIndex(): int
|
|
public method remove(): void
|
|
public method set(p0: int): void
|
|
public synthetic bridge method set(p0: java.lang.Object): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DIntMap {
|
|
// source: 'collectionByDelegation3.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(p0: int): boolean
|
|
public bridge final method containsKey(p0: java.lang.Object): boolean
|
|
public method containsValue(p0: double): 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(p0: int): java.lang.Double
|
|
public bridge final method get(p0: java.lang.Object): java.lang.Double
|
|
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 method put(p0: int, p1: double): java.lang.Double
|
|
public synthetic bridge 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.Double
|
|
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 DIntMapEntry {
|
|
// source: 'collectionByDelegation3.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 @org.jetbrains.annotations.NotNull method getKey(): java.lang.Integer
|
|
public synthetic bridge method getKey(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Double
|
|
public synthetic bridge method getValue(): java.lang.Object
|
|
public method setValue(p0: double): java.lang.Double
|
|
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
|
public inner class java/util/Map$Entry
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class DIntSet {
|
|
// source: 'collectionByDelegation3.kt'
|
|
private synthetic final field $$delegate_0: java.util.Set
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
|
public method add(p0: int): boolean
|
|
public synthetic bridge method add(p0: java.lang.Object): boolean
|
|
public method addAll(p0: java.util.Collection): boolean
|
|
public method clear(): void
|
|
public method contains(p0: int): 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[]
|
|
}
|