Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
committed by
Space Team
parent
1cf04916d6
commit
968dfddbc9
Vendored
-43
@@ -1,43 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
final class B$test$1 {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetter.kt'
|
||||
enclosing method B.test()Lkotlin/jvm/functions/Function0;
|
||||
synthetic final field this$0: B
|
||||
inner (anonymous) class B$test$1
|
||||
method <init>(p0: B): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetter.kt'
|
||||
inner (anonymous) class B$test$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVo(p0: B): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method test(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class a/A$fk$1 {
|
||||
// source: 'a.kt'
|
||||
enclosing method a/A.fk()Lkotlin/jvm/functions/Function0;
|
||||
synthetic final field this$0: a.A
|
||||
inner (anonymous) class a/A$fk$1
|
||||
method <init>(p0: a.A): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class a/A {
|
||||
// source: 'a.kt'
|
||||
private @org.jetbrains.annotations.NotNull field vk: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field vo: java.lang.String
|
||||
inner (anonymous) class a/A$fk$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$setVk$p(p0: a.A, p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method fk(): kotlin.jvm.functions.Function0
|
||||
protected final @org.jetbrains.annotations.NotNull method getVk(): java.lang.String
|
||||
protected final @org.jetbrains.annotations.NotNull method getVo(): java.lang.String
|
||||
}
|
||||
Vendored
+3
-4
@@ -6,7 +6,7 @@ final class B$test$1 {
|
||||
inner (anonymous) class B$test$1
|
||||
method <init>(p0: B): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -14,7 +14,7 @@ public final class B {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetter.kt'
|
||||
inner (anonymous) class B$test$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVo$p(p0: B): java.lang.String
|
||||
public synthetic final static method access$getVo(p0: B): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method test(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ final class a/A$fk$1 {
|
||||
inner (anonymous) class a/A$fk$1
|
||||
method <init>(p0: a.A): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -36,7 +36,6 @@ public class a/A {
|
||||
private @org.jetbrains.annotations.NotNull field vo: java.lang.String
|
||||
inner (anonymous) class a/A$fk$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVk$p(p0: a.A): java.lang.String
|
||||
public synthetic final static method access$setVk$p(p0: a.A, p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method fk(): kotlin.jvm.functions.Function0
|
||||
protected final @org.jetbrains.annotations.NotNull method getVk(): java.lang.String
|
||||
|
||||
-42
@@ -1,42 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class B$test$1 {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetterInObjectLiteral.kt'
|
||||
enclosing method B.test()Ljava/lang/Object;
|
||||
synthetic final field this$0: B
|
||||
inner (anonymous) class B$test$1
|
||||
method <init>(p0: B): void
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetterInObjectLiteral.kt'
|
||||
inner (anonymous) class B$test$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVo(p0: B): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class a/A$fk$1 {
|
||||
// source: 'a.kt'
|
||||
enclosing method a/A.fk()Lkotlin/jvm/functions/Function0;
|
||||
synthetic final field this$0: a.A
|
||||
inner (anonymous) class a/A$fk$1
|
||||
method <init>(p0: a.A): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class a/A {
|
||||
// source: 'a.kt'
|
||||
private @org.jetbrains.annotations.NotNull field vk: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field vo: java.lang.String
|
||||
inner (anonymous) class a/A$fk$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$setVk$p(p0: a.A, p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method fk(): kotlin.jvm.functions.Function0
|
||||
protected final @org.jetbrains.annotations.NotNull method getVk(): java.lang.String
|
||||
protected final @org.jetbrains.annotations.NotNull method getVo(): java.lang.String
|
||||
}
|
||||
+3
-4
@@ -5,7 +5,7 @@ public final class B$test$1 {
|
||||
synthetic final field this$0: B
|
||||
inner (anonymous) class B$test$1
|
||||
method <init>(p0: B): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -13,7 +13,7 @@ public final class B {
|
||||
// source: 'accessorForProtectedPropertyWithPrivateSetterInObjectLiteral.kt'
|
||||
inner (anonymous) class B$test$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVo$p(p0: B): java.lang.String
|
||||
public synthetic final static method access$getVo(p0: B): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ final class a/A$fk$1 {
|
||||
inner (anonymous) class a/A$fk$1
|
||||
method <init>(p0: a.A): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -35,7 +35,6 @@ public class a/A {
|
||||
private @org.jetbrains.annotations.NotNull field vo: java.lang.String
|
||||
inner (anonymous) class a/A$fk$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getVk$p(p0: a.A): java.lang.String
|
||||
public synthetic final static method access$setVk$p(p0: a.A, p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method fk(): kotlin.jvm.functions.Function0
|
||||
protected final @org.jetbrains.annotations.NotNull method getVk(): java.lang.String
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
// source: 'accessorForTopLevelMembers.kt'
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method g(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AccessorForTopLevelMembersKt {
|
||||
// source: 'accessorForTopLevelMembers.kt'
|
||||
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public synthetic final static method access$f(p0: java.lang.String): java.lang.String
|
||||
public synthetic final static method access$getX$p(): java.lang.String
|
||||
private final static method f(p0: java.lang.String): java.lang.String
|
||||
}
|
||||
@@ -8,7 +8,7 @@ public final class A {
|
||||
@kotlin.Metadata
|
||||
public final class AccessorForTopLevelMembersKt {
|
||||
// source: 'accessorForTopLevelMembers.kt'
|
||||
private final static field x: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public synthetic final static method access$f(p0: java.lang.String): java.lang.String
|
||||
public synthetic final static method access$getX$p(): java.lang.String
|
||||
|
||||
Vendored
-44
@@ -1,44 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
final class test/C$f$1 {
|
||||
// source: 'C.kt'
|
||||
enclosing method test/C.f()Ljava/lang/String;
|
||||
public final static field INSTANCE: test.C$f$1
|
||||
inner (anonymous) class test/C$f$1
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class test/C$g$1 {
|
||||
// source: 'C.kt'
|
||||
enclosing method test/C.g()Lkotlin/jvm/functions/Function0;
|
||||
public final static field INSTANCE: test.C$g$1
|
||||
inner (anonymous) class test/C$g$1
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/C {
|
||||
// source: 'C.kt'
|
||||
inner (anonymous) class test/C$f$1
|
||||
inner (anonymous) class test/C$g$1
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getX$p$s65(): java.lang.String
|
||||
public synthetic final static method access$getX$p$s66(): java.lang.String
|
||||
public synthetic final static method access$h$s65(): java.lang.String
|
||||
public synthetic final static method access$h$s66(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method g(): kotlin.jvm.functions.Function0
|
||||
public inner class A$B
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/CKt {
|
||||
// source: 'C.kt'
|
||||
public final static method eval(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
Vendored
+3
-4
@@ -7,7 +7,7 @@ final class test/C$f$1 {
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -19,7 +19,7 @@ final class test/C$g$1 {
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -32,10 +32,9 @@ public final class test/C {
|
||||
public synthetic final static method access$getX$p$s66(): java.lang.String
|
||||
public synthetic final static method access$h$s65(): java.lang.String
|
||||
public synthetic final static method access$h$s66(): java.lang.String
|
||||
public synthetic final static method access$setX$p$s65(p0: java.lang.String): void
|
||||
public synthetic final static method access$setX$p$s66(p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method g(): kotlin.jvm.functions.Function0
|
||||
public inner class A$B
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
Vendored
+1
-2
@@ -1,5 +1,4 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JVM
|
||||
// !LANGUAGE: +InstantiationOfAnnotationClasses
|
||||
|
||||
annotation class Foo(val int: Int)
|
||||
@@ -8,4 +7,4 @@ annotation class Bar
|
||||
|
||||
fun box() {
|
||||
val foo = Foo(42)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
// source: 'kt9320.kt'
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target(allowedTargets=[EXPRESSION])
|
||||
@kotlin.annotation.Retention(value=SOURCE)
|
||||
@java.lang.annotation.Retention(value=SOURCE)
|
||||
@java.lang.annotation.Target(value=[])
|
||||
@kotlin.Metadata
|
||||
public annotation class AnnExpr {
|
||||
// source: 'kt9320.kt'
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class Kt9320Kt$foo$v$1 {
|
||||
// source: 'kt9320.kt'
|
||||
enclosing method Kt9320Kt.foo()V
|
||||
inner (anonymous) class Kt9320Kt$foo$v$1
|
||||
method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class Kt9320Kt$foo$w$1 {
|
||||
// source: 'kt9320.kt'
|
||||
enclosing method Kt9320Kt.foo()V
|
||||
public final static field INSTANCE: Kt9320Kt$foo$w$1
|
||||
inner (anonymous) class Kt9320Kt$foo$w$1
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public final @Ann method invoke(p0: My): java.lang.Integer
|
||||
public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt9320Kt {
|
||||
// source: 'kt9320.kt'
|
||||
inner (anonymous) class Kt9320Kt$foo$v$1
|
||||
inner (anonymous) class Kt9320Kt$foo$w$1
|
||||
public final static method foo(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public class My {
|
||||
// source: 'kt9320.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -30,7 +30,7 @@ final class Kt9320Kt$foo$w$1 {
|
||||
inner (anonymous) class Kt9320Kt$foo$w$1
|
||||
static method <clinit>(): void
|
||||
method <init>(): void
|
||||
public final @Ann method invoke(@org.jetbrains.annotations.NotNull p0: My): int
|
||||
public final @Ann method invoke(p0: My): java.lang.Integer
|
||||
public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
@@ -1,83 +0,0 @@
|
||||
@kotlin.annotation.Target(allowedTargets=[CLASS])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[TYPE])
|
||||
@kotlin.Metadata
|
||||
public annotation class ClsAnn {
|
||||
// source: 'literals.kt'
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target(allowedTargets=[EXPRESSION])
|
||||
@kotlin.annotation.Retention(value=SOURCE)
|
||||
@java.lang.annotation.Retention(value=SOURCE)
|
||||
@java.lang.annotation.Target(value=[])
|
||||
@kotlin.Metadata
|
||||
public annotation class ExprAnn {
|
||||
// source: 'literals.kt'
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target(allowedTargets=[FUNCTION])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[METHOD])
|
||||
@kotlin.Metadata
|
||||
public annotation class FunAnn {
|
||||
// source: 'literals.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$1 {
|
||||
// source: 'literals.kt'
|
||||
enclosing method LiteralsKt.foo(I)LMy;
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$2 {
|
||||
// source: 'literals.kt'
|
||||
enclosing method LiteralsKt.foo(I)LMy;
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$2
|
||||
method <init>(p0: int): void
|
||||
public final method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@ClsAnn
|
||||
@kotlin.Metadata
|
||||
public final class LiteralsKt$foo$3 {
|
||||
// source: 'literals.kt'
|
||||
enclosing method LiteralsKt.foo(I)LMy;
|
||||
inner (anonymous) class LiteralsKt$foo$3
|
||||
method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$x$1 {
|
||||
// source: 'literals.kt'
|
||||
enclosing method LiteralsKt.foo(I)LMy;
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$x$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class LiteralsKt {
|
||||
// source: 'literals.kt'
|
||||
inner (anonymous) class LiteralsKt$foo$1
|
||||
inner (anonymous) class LiteralsKt$foo$2
|
||||
inner (anonymous) class LiteralsKt$foo$3
|
||||
inner (anonymous) class LiteralsKt$foo$x$1
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): int
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(p0: int): My
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class My {
|
||||
// source: 'literals.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -30,7 +30,7 @@ final class LiteralsKt$foo$1 {
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): int
|
||||
public final @FunAnn method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ final class LiteralsKt$foo$2 {
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$2
|
||||
method <init>(p0: int): void
|
||||
public final method invoke(): int
|
||||
public final method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ final class LiteralsKt$foo$x$1 {
|
||||
synthetic final field $arg: int
|
||||
inner (anonymous) class LiteralsKt$foo$x$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): int
|
||||
public final @FunAnn method invoke(): java.lang.Integer
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
-25
@@ -1,25 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class LocalClassWithCapturedParamsKt$localCaptured$A {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
enclosing method LocalClassWithCapturedParamsKt.localCaptured()Ljava/lang/Object;
|
||||
private final field x: int
|
||||
private final field z: java.lang.String
|
||||
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
|
||||
public method <init>(p0: int, @Simple(value="K") p1: java.lang.String): void
|
||||
public final method getX(): int
|
||||
public final method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class LocalClassWithCapturedParamsKt {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
|
||||
public final static @org.jetbrains.annotations.NotNull method localCaptured(): java.lang.Object
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@kotlin.Metadata
|
||||
public annotation class Simple {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
+3
-4
@@ -2,13 +2,12 @@
|
||||
public final class LocalClassWithCapturedParamsKt$localCaptured$A {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
enclosing method LocalClassWithCapturedParamsKt.localCaptured()Ljava/lang/Object;
|
||||
synthetic final field $z: int
|
||||
private final field x: int
|
||||
private final @org.jetbrains.annotations.NotNull field z: java.lang.String
|
||||
private final field z: java.lang.String
|
||||
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
|
||||
public method <init>(p0: int, @Simple(value="K") @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public method <init>(p0: int, @Simple(value="K") p1: java.lang.String): void
|
||||
public final method getX(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
public final method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
-34
@@ -1,34 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
synthetic final class A$testDefaultArguments$1 {
|
||||
// source: 'adaptedReference.kt'
|
||||
enclosing method A.testDefaultArguments()V
|
||||
inner (anonymous) class A$testDefaultArguments$1
|
||||
method <init>(p0: java.lang.Object): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class A$testDefaultArguments$2 {
|
||||
// source: 'adaptedReference.kt'
|
||||
enclosing method A.testDefaultArguments()V
|
||||
inner (anonymous) class A$testDefaultArguments$2
|
||||
method <init>(p0: java.lang.Object): void
|
||||
public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object
|
||||
public final method invoke(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
// source: 'adaptedReference.kt'
|
||||
inner (anonymous) class A$testDefaultArguments$1
|
||||
inner (anonymous) class A$testDefaultArguments$2
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$testDefaultArguments$defaultArgs$0(p0: A, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
synthetic static method defaultArgs$default(p0: A, p1: int, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
private final method defaultArgs(p0: int, p1: java.lang.String): java.lang.String
|
||||
private final method myApply(p0: kotlin.jvm.functions.Function0): void
|
||||
private final method myApplySuspend(p0: kotlin.jvm.functions.Function1): void
|
||||
private synthetic final static method testDefaultArguments$defaultArgs$0(p0: A, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final method testDefaultArguments(): void
|
||||
}
|
||||
+7
-4
@@ -3,9 +3,9 @@ synthetic final class A$testDefaultArguments$1 {
|
||||
// source: 'adaptedReference.kt'
|
||||
enclosing method A.testDefaultArguments()V
|
||||
inner (anonymous) class A$testDefaultArguments$1
|
||||
method <init>(p0: A): void
|
||||
method <init>(p0: java.lang.Object): void
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final method invoke(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -13,8 +13,9 @@ synthetic final class A$testDefaultArguments$2 {
|
||||
// source: 'adaptedReference.kt'
|
||||
enclosing method A.testDefaultArguments()V
|
||||
inner (anonymous) class A$testDefaultArguments$2
|
||||
method <init>(p0: A): void
|
||||
public final @org.jetbrains.annotations.Nullable method invoke(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.Object
|
||||
method <init>(p0: java.lang.Object): void
|
||||
public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object
|
||||
public final method invoke(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -23,9 +24,11 @@ public final class A {
|
||||
inner (anonymous) class A$testDefaultArguments$1
|
||||
inner (anonymous) class A$testDefaultArguments$2
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$testDefaultArguments$defaultArgs$0(p0: A, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
synthetic static method defaultArgs$default(p0: A, p1: int, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
private final method defaultArgs(p0: int, p1: java.lang.String): java.lang.String
|
||||
private final method myApply(p0: kotlin.jvm.functions.Function0): void
|
||||
private final method myApplySuspend(p0: kotlin.jvm.functions.Function1): void
|
||||
private synthetic final static method testDefaultArguments$defaultArgs$0(p0: A, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final method testDefaultArguments(): void
|
||||
}
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class ListSet {
|
||||
// source: 'ListAndSet.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public 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(@org.jetbrains.annotations.Nullable 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.Object
|
||||
public method getSize(): int
|
||||
public method indexOf(@org.jetbrains.annotations.Nullable 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.Nullable 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): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method sort(p0: java.util.Comparator): void
|
||||
public @org.jetbrains.annotations.NotNull method spliterator(): java.util.Spliterator
|
||||
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[]
|
||||
}
|
||||
@@ -7,14 +7,14 @@ public final class ListSet {
|
||||
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.Object): boolean
|
||||
public method contains(@org.jetbrains.annotations.Nullable 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.Object
|
||||
public method getSize(): int
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
|
||||
public method indexOf(@org.jetbrains.annotations.Nullable 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.Object): int
|
||||
public method lastIndexOf(@org.jetbrains.annotations.Nullable 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): java.lang.Object
|
||||
|
||||
Vendored
-24
@@ -1,24 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class MindMap {
|
||||
// source: 'abstractMapRedefiningGetAny.kt'
|
||||
public method <init>(): void
|
||||
public abstract method containsKey(p0: int): boolean
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract method containsValue(p0: java.lang.String): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public final @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.String
|
||||
public abstract method get(p0: int): java.lang.String
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public abstract method remove(p0: int): java.lang.String
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+4
-2
@@ -9,14 +9,16 @@ public abstract class MindMap {
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public final @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.String
|
||||
public abstract method get(p0: int): java.lang.String
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public abstract method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/byteShortMap.ir.txt
Vendored
-27
@@ -1,27 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMappedMarker;> ByteShortMap {
|
||||
// source: 'byteShortMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/Short;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/Byte;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;>;> method entrySet(): java.util.Set
|
||||
public <(Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Short;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method containsKey(p0: byte): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: short): boolean
|
||||
public abstract <null> method get(p0: byte): java.lang.Short
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Short
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public <null> method put(p0: byte, p1: short): java.lang.Short
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.Short
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
Vendored
+6
-3
@@ -12,13 +12,16 @@ public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Byte;Ljava/lan
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: short): boolean
|
||||
public abstract <null> method get(p0: byte): java.lang.Short
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Short
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public <null> method put(p0: byte, p1: short): java.lang.Short
|
||||
public synthetic <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.Short
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-24
@@ -1,24 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMutableMap;> ByteShortMutableMap {
|
||||
// source: 'byteShortMutableMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/Short;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/Byte;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;>;> method entrySet(): java.util.Set
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: byte): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: short): boolean
|
||||
public abstract <null> method get(p0: byte): java.lang.Short
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Short
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: byte): java.lang.Short
|
||||
public synthetic bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.Short
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+5
-2
@@ -10,12 +10,15 @@ public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Byte;Ljava/lan
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: short): boolean
|
||||
public abstract <null> method get(p0: byte): java.lang.Short
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Short
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: byte): java.lang.Short
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.Short
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
-39
@@ -1,39 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Collection<Ljava/lang/Double;>;Lkotlin/jvm/internal/markers/KMappedMarker;> DoubleCollection {
|
||||
// source: 'collection.kt'
|
||||
public <()Ljava/util/Iterator<Ljava/lang/Double;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Double;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: double): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Collection<Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringCollection {
|
||||
// source: 'collection.kt'
|
||||
public <()Ljava/util/Iterator<Ljava/lang/String;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method contains(p0: java.lang.String): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
Vendored
+2
-2
@@ -8,7 +8,7 @@ public abstract class<Ljava/lang/Object;Ljava/util/Collection<Ljava/lang/Double;
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): boolean
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: double): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
@@ -27,7 +27,7 @@ public abstract class<Ljava/lang/Object;Ljava/util/Collection<Ljava/lang/String;
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Collection<TT;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericCollection {
|
||||
// source: 'genericCollection.kt'
|
||||
public <()Ljava/util/Iterator<TT;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+TT;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(TT;)Z> method add(p0: java.lang.Object): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
-1
@@ -9,7 +9,6 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Collect
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
|
||||
Vendored
-18
@@ -1,18 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;TV;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericMap {
|
||||
// source: 'genericMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<TV;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <(Ljava/lang/Object;)TV;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/util/Map<+TK;+TV;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <(TK;TV;)TV;> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
Vendored
+1
-3
@@ -9,12 +9,10 @@ public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Objec
|
||||
public <(TK;TV;)TV;> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Collection<TT;>;Lkotlin/jvm/internal/markers/KMutableCollection;> GenericMutableCollection {
|
||||
// source: 'genericMutableCollection.kt'
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method getSize(): int
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
-2
@@ -3,9 +3,7 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Collect
|
||||
// source: 'genericMutableCollection.kt'
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT;>;Lkotlin/jvm/internal/markers/KMutableList;> GenericMutableList {
|
||||
// source: 'genericMutableList.kt'
|
||||
public bridge final <(I)TT;> method remove(p0: int): java.lang.Object
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method removeAt(p0: int): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
-4
@@ -4,11 +4,7 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT
|
||||
public bridge final <(I)TT;> method remove(p0: int): java.lang.Object
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method indexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method remove(p0: java.lang.Object): boolean
|
||||
public abstract <null> method removeAt(p0: int): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;TV;>;Lkotlin/jvm/internal/markers/KMutableMap;> GenericMutableMap {
|
||||
// source: 'genericMutableMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<TV;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+1
-4
@@ -5,13 +5,10 @@ public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Objec
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-23
@@ -1,23 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericStringMap {
|
||||
// source: 'genericStringMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <(Ljava/util/Map<+TK;+Ljava/lang/String;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <(TK;Ljava/lang/String;)Ljava/lang/String;> method put(p0: java.lang.Object, p1: java.lang.String): java.lang.String
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public synthetic bridge <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+5
-5
@@ -4,20 +4,20 @@ public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public bridge final <(Ljava/lang/Object;)Ljava/lang/String;> method get(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/lang/Object;)Ljava/lang/String;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/util/Map<+TK;+Ljava/lang/String;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <(TK;Ljava/lang/String;)Ljava/lang/String;> method put(p0: java.lang.Object, p1: java.lang.String): java.lang.String
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public synthetic bridge <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public synthetic <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap;> GenericStringMutableMap {
|
||||
// source: 'genericStringMutableMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <null> method <init>(): void
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public synthetic bridge <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+3
-5
@@ -4,17 +4,15 @@ public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public bridge final <(Ljava/lang/Object;)Ljava/lang/String;> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <(Ljava/lang/Object;)Ljava/lang/String;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public synthetic bridge <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
-88
@@ -1,88 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/Double;>;Lkotlin/jvm/internal/markers/KMappedMarker;> DoubleList {
|
||||
// source: 'list.kt'
|
||||
public <()Ljava/util/ListIterator<Ljava/lang/Double;>;> method listIterator(): java.util.ListIterator
|
||||
public <(I)Ljava/util/ListIterator<Ljava/lang/Double;>;> method listIterator(p0: int): java.util.ListIterator
|
||||
public <(II)Ljava/util/List<Ljava/lang/Double;>;> method subList(p0: int, p1: int): java.util.List
|
||||
public <(ILjava/util/Collection<+Ljava/lang/Double;>;)Z> method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Double;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): boolean
|
||||
public <null> method add(p0: int, p1: double): void
|
||||
public synthetic bridge <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: double): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method indexOf(p0: double): int
|
||||
public bridge final <null> method indexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method lastIndexOf(p0: double): int
|
||||
public bridge final <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public <null> method remove(p0: int): double
|
||||
public synthetic bridge <null> method remove(p0: int): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public <null> method set(p0: int, p1: double): java.lang.Double
|
||||
public synthetic bridge <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericList {
|
||||
// source: 'list.kt'
|
||||
public <()Ljava/util/ListIterator<TT;>;> method listIterator(): java.util.ListIterator
|
||||
public <(I)Ljava/util/ListIterator<TT;>;> method listIterator(p0: int): java.util.ListIterator
|
||||
public <(I)TT;> method remove(p0: int): java.lang.Object
|
||||
public <(II)Ljava/util/List<TT;>;> method subList(p0: int, p1: int): java.util.List
|
||||
public <(ILjava/util/Collection<+TT;>;)Z> method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public <(ITT;)TT;> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public <(ITT;)V> method add(p0: int, p1: java.lang.Object): void
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+TT;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(TT;)Z> method add(p0: java.lang.Object): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringList {
|
||||
// source: 'list.kt'
|
||||
public <()Ljava/util/ListIterator<Ljava/lang/String;>;> method listIterator(): java.util.ListIterator
|
||||
public <(I)Ljava/util/ListIterator<Ljava/lang/String;>;> method listIterator(p0: int): java.util.ListIterator
|
||||
public <(II)Ljava/util/List<Ljava/lang/String;>;> method subList(p0: int, p1: int): java.util.List
|
||||
public <(ILjava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public <null> method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method contains(p0: java.lang.String): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public bridge final <null> method indexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method indexOf(p0: java.lang.String): int
|
||||
public bridge final <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic bridge <null> method remove(p0: int): java.lang.Object
|
||||
public <null> method remove(p0: int): java.lang.String
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
+8
-11
@@ -12,8 +12,8 @@ public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/Double;>;Lkot
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): boolean
|
||||
public <null> method add(p0: int, p1: double): void
|
||||
public synthetic <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: double): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
@@ -23,10 +23,10 @@ public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/Double;>;Lkot
|
||||
public abstract <null> method lastIndexOf(p0: double): int
|
||||
public bridge final <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public <null> method remove(p0: int): double
|
||||
public synthetic <null> method remove(p0: int): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: int): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public <null> method set(p0: int, p1: double): java.lang.Double
|
||||
public synthetic <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
@@ -48,10 +48,7 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method indexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
@@ -69,9 +66,9 @@ public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/String;>;Lkot
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge <null> method add(p0: int, p1: java.lang.Object): void
|
||||
public <null> method add(p0: int, p1: java.lang.String): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
@@ -81,10 +78,10 @@ public abstract class<Ljava/lang/Object;Ljava/util/List<Ljava/lang/String;>;Lkot
|
||||
public abstract <null> method indexOf(p0: java.lang.String): int
|
||||
public bridge final <null> method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract <null> method lastIndexOf(p0: java.lang.String): int
|
||||
public synthetic <null> method remove(p0: int): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: int): java.lang.Object
|
||||
public <null> method remove(p0: int): java.lang.String
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public synthetic <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method set(p0: int, p1: java.lang.String): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
|
||||
compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/listIterator.ir.txt
Vendored
-38
@@ -1,38 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/ListIterator<Ljava/lang/Double;>;Lkotlin/jvm/internal/markers/KMappedMarker;> DoubleListIterator {
|
||||
// source: 'listIterator.kt'
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): void
|
||||
public <null> method hasNext(): boolean
|
||||
public <null> method next(): java.lang.Double
|
||||
public synthetic bridge <null> method next(): java.lang.Object
|
||||
public <null> method remove(): void
|
||||
public <null> method set(p0: double): void
|
||||
public synthetic bridge <null> method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/ListIterator<TT;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericListIterator {
|
||||
// source: 'listIterator.kt'
|
||||
public <()TT;> method next(): java.lang.Object
|
||||
public <(TT;)V> method add(p0: java.lang.Object): void
|
||||
public <(TT;)V> method set(p0: java.lang.Object): void
|
||||
public <null> method <init>(): void
|
||||
public <null> method hasNext(): boolean
|
||||
public <null> method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/ListIterator<Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringListIterator {
|
||||
// source: 'listIterator.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): void
|
||||
public <null> method add(p0: java.lang.String): void
|
||||
public <null> method hasNext(): boolean
|
||||
public synthetic bridge <null> method next(): java.lang.Object
|
||||
public <null> method next(): java.lang.String
|
||||
public <null> method remove(): void
|
||||
public synthetic bridge <null> method set(p0: java.lang.Object): void
|
||||
public <null> method set(p0: java.lang.String): void
|
||||
}
|
||||
Vendored
+6
-6
@@ -3,13 +3,13 @@ public abstract class<Ljava/lang/Object;Ljava/util/ListIterator<Ljava/lang/Doubl
|
||||
// source: 'listIterator.kt'
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: double): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): void
|
||||
public <null> method hasNext(): boolean
|
||||
public <null> method next(): java.lang.Double
|
||||
public synthetic <null> method next(): java.lang.Object
|
||||
public synthetic bridge <null> method next(): java.lang.Object
|
||||
public <null> method remove(): void
|
||||
public <null> method set(p0: double): void
|
||||
public synthetic <null> method set(p0: java.lang.Object): void
|
||||
public synthetic bridge <null> method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -27,12 +27,12 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/ListIte
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/ListIterator<Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringListIterator {
|
||||
// source: 'listIterator.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): void
|
||||
public <null> method add(p0: java.lang.String): void
|
||||
public <null> method hasNext(): boolean
|
||||
public synthetic <null> method next(): java.lang.Object
|
||||
public synthetic bridge <null> method next(): java.lang.Object
|
||||
public <null> method next(): java.lang.String
|
||||
public <null> method remove(): void
|
||||
public synthetic <null> method set(p0: java.lang.Object): void
|
||||
public synthetic bridge <null> method set(p0: java.lang.Object): void
|
||||
public <null> method set(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
Vendored
-42
@@ -1,42 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMappedMarker;> ByteShortMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: short): java.lang.Short
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;TV;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <(TV;)TV;> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericStringMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: java.lang.String): java.lang.String
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> NumberStringMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: java.lang.String): java.lang.String
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/String;TV;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringGenericMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <(TV;)TV;> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
Vendored
+8
-3
@@ -2,8 +2,9 @@
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMappedMarker;> ByteShortMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: short): java.lang.Short
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -11,22 +12,25 @@ public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Objec
|
||||
// source: 'mapEntry.kt'
|
||||
public <(TV;)TV;> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericStringMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: java.lang.String): java.lang.String
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> NumberStringMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method setValue(p0: java.lang.String): java.lang.String
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -34,4 +38,5 @@ public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Ent
|
||||
// source: 'mapEntry.kt'
|
||||
public <(TV;)TV;> method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-34
@@ -1,34 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> ByteShortMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;TV;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> GenericMutableMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> GenericStringMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> NumberStringMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/String;TV;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> StringGenericMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/mutableMapEntry.txt
Vendored
+5
@@ -2,28 +2,33 @@
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Byte;Ljava/lang/Short;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> ByteShortMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;TV;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> GenericMutableMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<TK;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> GenericStringMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> NumberStringMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/String;TV;>;Lkotlin/jvm/internal/markers/KMutableMap$Entry;> StringGenericMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
public <null> method <init>(): void
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-27
@@ -1,27 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> NumberStringMap {
|
||||
// source: 'numberStringMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/Number;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public <(Ljava/util/Map<+Ljava/lang/Number;+Ljava/lang/String;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Number): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public <null> method put(p0: java.lang.Number, p1: java.lang.String): java.lang.String
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/numberStringMap.txt
Vendored
+6
-3
@@ -12,13 +12,16 @@ public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Number;Ljava/l
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public <null> method put(p0: java.lang.Number, p1: java.lang.String): java.lang.String
|
||||
public synthetic <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-24
@@ -1,24 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Number;Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMutableMap;> NumberStringMutableMap {
|
||||
// source: 'numberStringMutableMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<Ljava/lang/String;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/Number;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/Number;Ljava/lang/String;>;>;> method entrySet(): java.util.Set
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Number): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.Number): java.lang.String
|
||||
public synthetic bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+5
-2
@@ -10,12 +10,15 @@ public abstract class<Ljava/lang/Object;Ljava/util/Map<Ljava/lang/Number;Ljava/l
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.Number): java.lang.String
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final <null> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method remove(p0: java.lang.Object): java.lang.String
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
-56
@@ -1,56 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Set<TT;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericSet {
|
||||
// source: 'set.kt'
|
||||
public <()Ljava/util/Iterator<TT;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+TT;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(TT;)Z> method add(p0: java.lang.Object): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Set<Ljava/lang/Integer;>;Lkotlin/jvm/internal/markers/KMappedMarker;> IntSet {
|
||||
// source: 'set.kt'
|
||||
public <()Ljava/util/Iterator<Ljava/lang/Integer;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Integer;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: int): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: int): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<Ljava/lang/Object;Ljava/util/Set<Ljava/lang/String;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringSet {
|
||||
// source: 'set.kt'
|
||||
public <()Ljava/util/Iterator<Ljava/lang/String;>;> method iterator(): java.util.Iterator
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method removeAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/Object;>;)Z> method retainAll(p0: java.util.Collection): boolean
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method contains(p0: java.lang.String): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
public <null> method toArray(): java.lang.Object[]
|
||||
}
|
||||
+2
-3
@@ -9,7 +9,6 @@ public abstract class<<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Set<TT;
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: java.lang.Object): boolean
|
||||
public abstract <null> method getSize(): int
|
||||
public <null> method remove(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method size(): int
|
||||
@@ -26,7 +25,7 @@ public abstract class<Ljava/lang/Object;Ljava/util/Set<Ljava/lang/Integer;>;Lkot
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public <null> method add(p0: int): boolean
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method contains(p0: int): boolean
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
@@ -45,7 +44,7 @@ public abstract class<Ljava/lang/Object;Ljava/util/Set<Ljava/lang/String;>;Lkotl
|
||||
public <(Ljava/util/Collection<+Ljava/lang/String;>;)Z> method addAll(p0: java.util.Collection): boolean
|
||||
public <<T:Ljava/lang/Object;>([TT;)[TT;> method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
public <null> method <init>(): void
|
||||
public synthetic <null> method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge <null> method add(p0: java.lang.Object): boolean
|
||||
public <null> method add(p0: java.lang.String): boolean
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method contains(p0: java.lang.Object): boolean
|
||||
|
||||
-31
@@ -1,31 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<TK;TV;>;Lkotlin/jvm/internal/markers/KMappedMarker;> GenericMap {
|
||||
// source: 'specializedGenericMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<TV;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<TK;>;> method keySet(): java.util.Set
|
||||
public <(Ljava/lang/Object;)TV;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/util/Map<+TK;+TV;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <(TK;TV;)TV;> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<LGenericMap<Ljava/lang/Number;Ljava/lang/String;>;> NumberStringMap {
|
||||
// source: 'specializedGenericMap.kt'
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Number): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
+6
-4
@@ -9,21 +9,23 @@ public abstract class<<K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Objec
|
||||
public <(TK;TV;)TV;> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class<LGenericMap<Ljava/lang/Number;Ljava/lang/String;>;> NumberStringMap {
|
||||
// source: 'specializedGenericMap.kt'
|
||||
public <null> method <init>(): void
|
||||
public abstract <null> method containsKey(p0: java.lang.Number): boolean
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract <null> method containsValue(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.Number): java.lang.String
|
||||
public synthetic bridge final <null> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method get(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
-23
@@ -1,23 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;TV;>;Lkotlin/jvm/internal/markers/KMappedMarker;> StringGenericMap {
|
||||
// source: 'stringGenericMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<TV;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/String;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <(Ljava/lang/Object;)TV;> method get(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/lang/Object;)TV;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/lang/String;TV;)TV;> method put(p0: java.lang.String, p1: java.lang.Object): java.lang.Object
|
||||
public <(Ljava/util/Map<+Ljava/lang/String;+TV;>;)V> method putAll(p0: java.util.Map): void
|
||||
public <null> method <init>(): void
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsKey(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.String): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+2
-2
@@ -12,12 +12,12 @@ public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<Lja
|
||||
public <null> method clear(): void
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsKey(p0: java.lang.String): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method get(p0: java.lang.String): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public synthetic <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge <null> method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-20
@@ -1,20 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;TV;>;Lkotlin/jvm/internal/markers/KMutableMap;> StringGenericMutableMap {
|
||||
// source: 'stringGenericMutableMap.kt'
|
||||
public bridge final <()Ljava/util/Collection<TV;>;> method values(): java.util.Collection
|
||||
public bridge final <()Ljava/util/Set<Ljava/lang/String;>;> method keySet(): java.util.Set
|
||||
public bridge final <()Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;> method entrySet(): java.util.Set
|
||||
public bridge final <(Ljava/lang/Object;)TV;> method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final <(Ljava/lang/Object;)TV;> method remove(p0: java.lang.Object): java.lang.Object
|
||||
public <null> method <init>(): void
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsKey(p0: java.lang.String): boolean
|
||||
public abstract <null> method get(p0: java.lang.String): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
public abstract <null> method getSize(): int
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.String): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+1
-1
@@ -9,7 +9,6 @@ public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<Lja
|
||||
public <null> method <init>(): void
|
||||
public bridge final <null> method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract <null> method containsKey(p0: java.lang.String): boolean
|
||||
public abstract <null> method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract <null> method get(p0: java.lang.String): java.lang.Object
|
||||
public abstract <null> method getEntries(): java.util.Set
|
||||
public abstract <null> method getKeys(): java.util.Set
|
||||
@@ -17,4 +16,5 @@ public abstract class<<V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Map<Lja
|
||||
public abstract <null> method getValues(): java.util.Collection
|
||||
public abstract <null> method remove(p0: java.lang.String): java.lang.Object
|
||||
public bridge final <null> method size(): int
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-183
@@ -1,183 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class DGenericCollection {
|
||||
// source: 'collectionByDelegation.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: 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[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericCollectionByList {
|
||||
// source: 'collectionByDelegation.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: 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[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericCollectionBySet {
|
||||
// source: 'collectionByDelegation.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: 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[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericIterable {
|
||||
// source: 'collectionByDelegation.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 DGenericIterator {
|
||||
// source: 'collectionByDelegation.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 method next(): java.lang.Object
|
||||
public method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericList {
|
||||
// source: 'collectionByDelegation.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, p1: java.lang.Object): void
|
||||
public 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: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public 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: 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): 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: 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 DGenericListIterator {
|
||||
// source: 'collectionByDelegation.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: java.lang.Object): void
|
||||
public method hasNext(): boolean
|
||||
public method hasPrevious(): boolean
|
||||
public method next(): java.lang.Object
|
||||
public method nextIndex(): int
|
||||
public method previous(): java.lang.Object
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericMap {
|
||||
// source: 'collectionByDelegation.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: java.lang.Object): boolean
|
||||
public method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable 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: 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 inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericMapEntry {
|
||||
// source: 'collectionByDelegation.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 method getKey(): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericSet {
|
||||
// source: 'collectionByDelegation.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: 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[]
|
||||
}
|
||||
+2
@@ -147,6 +147,7 @@ public final class DGenericMap {
|
||||
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 inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -157,6 +158,7 @@ public final class DGenericMapEntry {
|
||||
public method getKey(): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
-213
@@ -1,213 +0,0 @@
|
||||
@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[]
|
||||
}
|
||||
+18
-14
@@ -3,7 +3,7 @@ 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -26,7 +26,7 @@ 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -49,7 +49,7 @@ 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -91,9 +91,9 @@ 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 method add(p0: int, p1: java.lang.Object): 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -112,12 +112,12 @@ public final class DStringList {
|
||||
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 method remove(p0: int): java.lang.Object
|
||||
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 method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
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
|
||||
@@ -130,7 +130,7 @@ 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 method add(p0: java.lang.Object): 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
|
||||
@@ -141,7 +141,7 @@ public final class DStringListIterator {
|
||||
public @org.jetbrains.annotations.NotNull method previous(): java.lang.String
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
public method set(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@@ -157,19 +157,22 @@ public final class DStringMap {
|
||||
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.Object
|
||||
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 method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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.Object
|
||||
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
|
||||
@@ -182,7 +185,8 @@ public final class DStringMapEntry {
|
||||
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 method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -190,7 +194,7 @@ 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
|
||||
Vendored
-234
@@ -1,234 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class DStringCollection {
|
||||
// source: 'collectionByDelegation2WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation2WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation2WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation2WithFullJdk.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: 'collectionByDelegation2WithFullJdk.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: 'collectionByDelegation2WithFullJdk.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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
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 method sort(p0: java.util.Comparator): void
|
||||
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: 'collectionByDelegation2WithFullJdk.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: 'collectionByDelegation2WithFullJdk.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 synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method compute(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.String, p1: java.util.function.Function): java.lang.Number
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
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 merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method merge(p0: java.lang.String, p1: java.lang.Number, p2: java.util.function.BiFunction): java.lang.Number
|
||||
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 synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putIfAbsent(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method remove(p0: java.lang.Object): java.lang.Number
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number, p2: java.lang.Number): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
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: 'collectionByDelegation2WithFullJdk.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: 'collectionByDelegation2WithFullJdk.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[]
|
||||
}
|
||||
Vendored
+25
-21
@@ -3,7 +3,7 @@ public final class DStringCollection {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.Collection
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -27,7 +27,7 @@ public final class DStringCollectionByList {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.List
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -51,7 +51,7 @@ public final class DStringCollectionBySet {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.Set
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -94,9 +94,9 @@ public final class DStringList {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.List
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -115,13 +115,13 @@ public final class DStringList {
|
||||
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 method remove(p0: int): java.lang.Object
|
||||
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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
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 method sort(p0: java.util.Comparator): void
|
||||
@@ -135,7 +135,7 @@ public final class DStringListIterator {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.ListIterator
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.ListIterator): void
|
||||
public synthetic method add(p0: java.lang.Object): 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
|
||||
@@ -146,7 +146,7 @@ public final class DStringListIterator {
|
||||
public @org.jetbrains.annotations.NotNull method previous(): java.lang.String
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
public method set(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@@ -156,11 +156,11 @@ public final class DStringMap {
|
||||
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 synthetic method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method compute(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.String, p1: java.util.function.Function): java.lang.Number
|
||||
public synthetic method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
@@ -168,29 +168,32 @@ public final class DStringMap {
|
||||
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.Object
|
||||
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 method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method merge(p0: java.lang.String, p1: java.lang.Number, p2: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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 synthetic method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putIfAbsent(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Number
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number, p2: java.lang.Number): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -203,7 +206,8 @@ public final class DStringMapEntry {
|
||||
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 method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -211,7 +215,7 @@ public final class DStringSet {
|
||||
// source: 'collectionByDelegation2WithFullJdk.kt'
|
||||
private synthetic final field $$delegate_0: java.util.Set
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
|
||||
-213
@@ -1,213 +0,0 @@
|
||||
@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[]
|
||||
}
|
||||
+18
-14
@@ -4,7 +4,7 @@ public final class DIntCollection {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -27,7 +27,7 @@ public final class DIntCollectionByList {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -50,7 +50,7 @@ public final class DIntCollectionBySet {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -93,8 +93,8 @@ public final class DIntList {
|
||||
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 method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -113,12 +113,12 @@ public final class DIntList {
|
||||
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 method remove(p0: int): java.lang.Object
|
||||
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 method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
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[]
|
||||
@@ -131,7 +131,7 @@ public final class DIntListIterator {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -142,7 +142,7 @@ public final class DIntListIterator {
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public method set(p0: int): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -157,7 +157,8 @@ public final class DIntMap {
|
||||
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.Object
|
||||
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
|
||||
@@ -165,11 +166,13 @@ public final class DIntMap {
|
||||
public method isEmpty(): boolean
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public method put(p0: int, p1: double): java.lang.Double
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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.Object
|
||||
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
|
||||
@@ -182,7 +185,8 @@ public final class DIntMapEntry {
|
||||
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 method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -191,7 +195,7 @@ public final class DIntSet {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
|
||||
Vendored
-234
@@ -1,234 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class DIntCollection {
|
||||
// source: 'collectionByDelegation3WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation3WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation3WithFullJdk.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 removeIf(p0: java.util.function.Predicate): 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: 'collectionByDelegation3WithFullJdk.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: 'collectionByDelegation3WithFullJdk.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: 'collectionByDelegation3WithFullJdk.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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
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 method sort(p0: java.util.Comparator): void
|
||||
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: 'collectionByDelegation3WithFullJdk.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: 'collectionByDelegation3WithFullJdk.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 compute(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.Integer, p1: java.util.function.Function): java.lang.Double
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
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 merge(p0: java.lang.Integer, p1: java.lang.Double, p2: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
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 putIfAbsent(p0: java.lang.Integer, p1: java.lang.Double): java.lang.Double
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Double): java.lang.Double
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Double, p2: java.lang.Double): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
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: 'collectionByDelegation3WithFullJdk.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: 'collectionByDelegation3WithFullJdk.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[]
|
||||
}
|
||||
Vendored
+25
-21
@@ -4,7 +4,7 @@ public final class DIntCollection {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -28,7 +28,7 @@ public final class DIntCollectionByList {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -52,7 +52,7 @@ public final class DIntCollectionBySet {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -96,8 +96,8 @@ public final class DIntList {
|
||||
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 method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -116,13 +116,13 @@ public final class DIntList {
|
||||
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 method remove(p0: int): java.lang.Object
|
||||
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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: int): java.lang.Integer
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method sort(p0: java.util.Comparator): void
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
@@ -136,7 +136,7 @@ public final class DIntListIterator {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
@@ -147,7 +147,7 @@ public final class DIntListIterator {
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public method set(p0: int): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -157,18 +157,19 @@ public final class DIntMap {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Map): void
|
||||
public method clear(): void
|
||||
public method compute(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.Integer, p1: java.util.function.Function): java.lang.Double
|
||||
public synthetic method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
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.Object
|
||||
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
|
||||
@@ -176,21 +177,23 @@ public final class DIntMap {
|
||||
public method isEmpty(): boolean
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public method merge(p0: java.lang.Integer, p1: java.lang.Double, p2: java.util.function.BiFunction): java.lang.Double
|
||||
public synthetic method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method put(p0: int, p1: double): java.lang.Double
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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 putIfAbsent(p0: java.lang.Integer, p1: java.lang.Double): java.lang.Double
|
||||
public synthetic method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Double): java.lang.Double
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Double, p2: java.lang.Double): boolean
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -203,7 +206,8 @@ public final class DIntMapEntry {
|
||||
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 method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -212,7 +216,7 @@ public final class DIntSet {
|
||||
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 method add(p0: java.lang.Object): 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
|
||||
|
||||
Vendored
-197
@@ -1,197 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class DGenericCollection {
|
||||
// source: 'collectionByDelegationWithFullJdk.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: 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 removeIf(p0: java.util.function.Predicate): 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 DGenericCollectionByList {
|
||||
// source: 'collectionByDelegationWithFullJdk.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: 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 removeIf(p0: java.util.function.Predicate): 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 DGenericCollectionBySet {
|
||||
// source: 'collectionByDelegationWithFullJdk.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: 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 removeIf(p0: java.util.function.Predicate): 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 DGenericIterable {
|
||||
// source: 'collectionByDelegationWithFullJdk.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 DGenericIterator {
|
||||
// source: 'collectionByDelegationWithFullJdk.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 method next(): java.lang.Object
|
||||
public method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericList {
|
||||
// source: 'collectionByDelegationWithFullJdk.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, p1: java.lang.Object): void
|
||||
public 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: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public 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: 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): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public method sort(p0: java.util.Comparator): void
|
||||
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 DGenericListIterator {
|
||||
// source: 'collectionByDelegationWithFullJdk.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: java.lang.Object): void
|
||||
public method hasNext(): boolean
|
||||
public method hasPrevious(): boolean
|
||||
public method next(): java.lang.Object
|
||||
public method nextIndex(): int
|
||||
public method previous(): java.lang.Object
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericMap {
|
||||
// source: 'collectionByDelegationWithFullJdk.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 compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
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 @org.jetbrains.annotations.Nullable 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 merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
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 DGenericMapEntry {
|
||||
// source: 'collectionByDelegationWithFullJdk.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 method getKey(): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DGenericSet {
|
||||
// source: 'collectionByDelegationWithFullJdk.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: 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[]
|
||||
}
|
||||
Vendored
+2
@@ -161,6 +161,7 @@ public final class DGenericMap {
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -171,6 +172,7 @@ public final class DGenericMapEntry {
|
||||
public method getKey(): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
Vendored
-20
@@ -1,20 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
// source: 'collectionWithInternalRemove.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 final method remove$main(p0: java.lang.Object): boolean
|
||||
public bridge final 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[]
|
||||
}
|
||||
+1
@@ -11,6 +11,7 @@ public final class Test {
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public final method remove$main(p0: java.lang.Object): boolean
|
||||
public bridge final 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
|
||||
|
||||
-156
@@ -1,156 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractCollection {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): 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 bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method removeIf(p0: java.util.function.Predicate): 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 abstract class AbstractIterable {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractIterator {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractList {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): 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 bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public abstract method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public 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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
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 method sort(p0: java.util.Comparator): void
|
||||
public 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 abstract class AbstractListIterator {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): void
|
||||
public method add(p0: java.lang.String): void
|
||||
public method hasNext(): boolean
|
||||
public synthetic bridge method next(): java.lang.Object
|
||||
public method next(): java.lang.String
|
||||
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 abstract class AbstractMap {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method compute(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.String, p1: java.util.function.Function): java.lang.Number
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract method containsKey(p0: java.lang.String): boolean
|
||||
public abstract method containsValue(p0: java.lang.Number): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
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 abstract method get(p0: java.lang.String): java.lang.Number
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method merge(p0: java.lang.String, p1: java.lang.Number, p2: java.util.function.BiFunction): java.lang.Number
|
||||
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 synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putIfAbsent(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method remove(p0: java.lang.Object): java.lang.Number
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number, p2: java.lang.Number): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractMapEntry {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
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 abstract class AbstractSet {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): 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 bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public 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[]
|
||||
}
|
||||
+24
-20
@@ -2,7 +2,7 @@
|
||||
public abstract class AbstractCollection {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -37,9 +37,9 @@ public abstract class AbstractIterator {
|
||||
public abstract class AbstractList {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): 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 method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
@@ -53,13 +53,13 @@ public abstract class AbstractList {
|
||||
public abstract method lastIndexOf(p0: java.lang.String): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
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 replaceAll(p0: java.util.function.UnaryOperator): void
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
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 method sort(p0: java.util.Comparator): void
|
||||
@@ -72,13 +72,13 @@ public abstract class AbstractList {
|
||||
public abstract class AbstractListIterator {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): void
|
||||
public method add(p0: java.lang.String): void
|
||||
public method hasNext(): boolean
|
||||
public synthetic method next(): java.lang.Object
|
||||
public synthetic bridge method next(): java.lang.Object
|
||||
public method next(): java.lang.String
|
||||
public method remove(): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
public method set(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@@ -87,40 +87,43 @@ public abstract class AbstractMap {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public synthetic method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method compute(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.String, p1: java.util.function.Function): java.lang.Number
|
||||
public synthetic method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.String, p1: java.util.function.BiFunction): java.lang.Number
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract method containsKey(p0: java.lang.String): boolean
|
||||
public abstract method containsValue(p0: java.lang.Number): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
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 abstract method get(p0: java.lang.String): java.lang.Number
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public synthetic method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method merge(p0: java.lang.String, p1: java.lang.Number, p2: java.util.function.BiFunction): java.lang.Number
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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 synthetic method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putIfAbsent(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Number
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number): java.lang.Number
|
||||
public method replace(p0: java.lang.String, p1: java.lang.Number, p2: java.lang.Number): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -128,14 +131,15 @@ public abstract class AbstractMapEntry {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method setValue(p0: java.lang.Number): java.lang.Number
|
||||
public synthetic method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractSet {
|
||||
// source: 'collectionsWithFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class EmptyList {
|
||||
// source: 'emptyList.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: EmptyList
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.Void): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.Void): 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.Void): 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 equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public synthetic bridge method get(p0: int): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.Void
|
||||
public method getSize(): int
|
||||
public method hashCode(): int
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Void): 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.Void): 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.Void
|
||||
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.Void): java.lang.Void
|
||||
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[]
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
@@ -4,9 +4,9 @@ public final class EmptyList {
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: EmptyList
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.Void): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.Void): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
@@ -27,12 +27,12 @@ public final class EmptyList {
|
||||
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 method remove(p0: int): java.lang.Object
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.Void
|
||||
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 method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.Void): java.lang.Void
|
||||
public bridge final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
|
||||
Vendored
-22
@@ -1,22 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AC {
|
||||
// source: 'extendingAbstractCollection.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 abstract method getSize(): int
|
||||
public 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 abstract class ASet {
|
||||
// source: 'extendingAbstractCollection.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
-1
@@ -5,7 +5,6 @@ public abstract class AC {
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public abstract method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
|
||||
-28
@@ -1,28 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AMMapSD {
|
||||
// source: 'inheritingFromAbstractMap.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge method containsKey(p0: java.lang.String): boolean
|
||||
public bridge method containsValue(p0: double): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
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 bridge method get(p0: java.lang.String): java.lang.Double
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.String): java.lang.Double
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMapSD {
|
||||
// source: 'inheritingFromAbstractMap.kt'
|
||||
public method <init>(): void
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge method containsKey(p0: java.lang.String): boolean
|
||||
public bridge method containsValue(p0: double): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
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 bridge method get(p0: java.lang.String): java.lang.Double
|
||||
}
|
||||
+6
-3
@@ -6,9 +6,11 @@ public abstract class AMMapSD {
|
||||
public bridge method containsKey(p0: java.lang.String): boolean
|
||||
public bridge method containsValue(p0: double): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
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 bridge method get(p0: java.lang.String): java.lang.Double
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.String): java.lang.Double
|
||||
}
|
||||
|
||||
@@ -20,6 +22,7 @@ public abstract class AMapSD {
|
||||
public bridge method containsKey(p0: java.lang.String): boolean
|
||||
public bridge method containsValue(p0: double): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
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 bridge method get(p0: java.lang.String): java.lang.Double
|
||||
}
|
||||
|
||||
Vendored
-33
@@ -1,33 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AMListD {
|
||||
// source: 'inheritingFromAbstractMutableList.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: double): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method indexOf(p0: double): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: double): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method remove(p0: double): boolean
|
||||
public bridge final method remove(p0: int): double
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Double
|
||||
public synthetic bridge method removeAt(p0: int): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AMListI {
|
||||
// source: 'inheritingFromAbstractMutableList.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: int): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method indexOf(p0: int): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: int): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): int
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Integer
|
||||
public synthetic bridge method removeAt(p0: int): java.lang.Object
|
||||
}
|
||||
Vendored
+2
@@ -11,6 +11,7 @@ public abstract class AMListD {
|
||||
public bridge method remove(p0: double): boolean
|
||||
public bridge final method remove(p0: int): double
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Double
|
||||
public synthetic bridge method removeAt(p0: int): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -27,5 +28,6 @@ public abstract class AMListI {
|
||||
public bridge final method remove(p0: int): int
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method removeAt(p0: int): java.lang.Integer
|
||||
public synthetic bridge method removeAt(p0: int): java.lang.Object
|
||||
}
|
||||
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
// source: 'intArrayList.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.Integer): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method getSize(): int
|
||||
public bridge method indexOf(p0: java.lang.Integer): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
public bridge final method size(): int
|
||||
}
|
||||
@@ -10,6 +10,7 @@ public final class Test {
|
||||
public bridge method lastIndexOf(p0: java.lang.Integer): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge final method remove(p0: int): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge method remove(p0: java.lang.Integer): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.Integer
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test1 {
|
||||
// source: 'kt44233.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.util.concurrent.ConcurrentSkipListSet
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Test2 {
|
||||
// source: 'kt44233.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.lang.String[]
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test1 {
|
||||
// source: 'kt44233.kt'
|
||||
private final field received: java.util.concurrent.ConcurrentSkipListSet
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.util.concurrent.ConcurrentSkipListSet
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
@@ -9,7 +9,7 @@ public final class Test1 {
|
||||
@kotlin.Metadata
|
||||
public final class Test2 {
|
||||
// source: 'kt44233.kt'
|
||||
private final field received: java.lang.String[]
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.lang.String[]
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
-43
@@ -1,43 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class IntIntMap {
|
||||
// source: 'mapOfPrimitivesFullJdk.kt'
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public method compute(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.Integer, p1: java.util.function.Function): java.lang.Integer
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public abstract method containsKey(p0: int): boolean
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract method containsValue(p0: int): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public abstract method get(p0: int): java.lang.Integer
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Integer
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public method merge(p0: java.lang.Integer, p1: java.lang.Integer, p2: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method put(p0: int, p1: int): java.lang.Integer
|
||||
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 putIfAbsent(p0: java.lang.Integer, p1: java.lang.Integer): java.lang.Integer
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Integer): java.lang.Integer
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Integer, p2: java.lang.Integer): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+13
-10
@@ -4,37 +4,40 @@ public abstract class IntIntMap {
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public method compute(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method compute(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public method computeIfAbsent(p0: java.lang.Integer, p1: java.util.function.Function): java.lang.Integer
|
||||
public synthetic method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public synthetic bridge method computeIfAbsent(p0: java.lang.Object, p1: java.util.function.Function): java.lang.Object
|
||||
public method computeIfPresent(p0: java.lang.Integer, p1: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method computeIfPresent(p0: java.lang.Object, p1: java.util.function.BiFunction): java.lang.Object
|
||||
public abstract method containsKey(p0: int): boolean
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract method containsValue(p0: int): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public abstract method get(p0: int): java.lang.Integer
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Integer
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public method merge(p0: java.lang.Integer, p1: java.lang.Integer, p2: java.util.function.BiFunction): java.lang.Integer
|
||||
public synthetic method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public synthetic bridge method merge(p0: java.lang.Object, p1: java.lang.Object, p2: java.util.function.BiFunction): java.lang.Object
|
||||
public method put(p0: int, p1: int): java.lang.Integer
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
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 putIfAbsent(p0: java.lang.Integer, p1: java.lang.Integer): java.lang.Integer
|
||||
public synthetic method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method putIfAbsent(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Integer
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object, p1: java.lang.Object): boolean
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Integer): java.lang.Integer
|
||||
public method replace(p0: java.lang.Integer, p1: java.lang.Integer, p2: java.lang.Integer): boolean
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method replace(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): boolean
|
||||
public method replaceAll(p0: java.util.function.BiFunction): void
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
-47
@@ -1,47 +0,0 @@
|
||||
@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(): MyMap$MySet
|
||||
public synthetic bridge 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(): MyMap$MySet
|
||||
public synthetic bridge 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.ArrayList
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public final inner class MyMap$MySet
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+7
-3
@@ -26,18 +26,22 @@ public final class MyMap {
|
||||
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 bridge final method entrySet(): MyMap$MySet
|
||||
public synthetic bridge 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 bridge final method keySet(): MyMap$MySet
|
||||
public synthetic bridge 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 bridge final method values(): java.util.ArrayList
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public final inner class MyMap$MySet
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
-23
@@ -1,23 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public interface ObservableMap {
|
||||
// source: 'observableMutableMap.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class ObservableMutableMap {
|
||||
// source: 'observableMutableMap.kt'
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public final @org.jetbrains.annotations.Nullable method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public final method putAll(@org.jetbrains.annotations.NotNull p0: java.util.Map): void
|
||||
public final @org.jetbrains.annotations.Nullable 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
|
||||
}
|
||||
+1
-3
@@ -8,10 +8,7 @@ public abstract class ObservableMutableMap {
|
||||
// source: 'observableMutableMap.kt'
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public abstract method containsKey(p0: java.lang.Object): boolean
|
||||
public abstract method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public abstract method get(p0: java.lang.Object): java.lang.Object
|
||||
public abstract method getEntries(): java.util.Set
|
||||
public abstract method getKeys(): java.util.Set
|
||||
public abstract method getSize(): int
|
||||
@@ -22,4 +19,5 @@ public abstract class ObservableMutableMap {
|
||||
public final @org.jetbrains.annotations.Nullable 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
|
||||
}
|
||||
|
||||
Vendored
-26
@@ -1,26 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractAdd {
|
||||
// source: 'stubForAbstractFunInAbstractClass.kt'
|
||||
public method <init>(): void
|
||||
public abstract method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractStringCollection {
|
||||
// source: 'stubForAbstractFunInAbstractClass.kt'
|
||||
public method <init>(): 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 bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public 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[]
|
||||
}
|
||||
Vendored
+1
-1
@@ -9,7 +9,7 @@ public abstract class AbstractAdd {
|
||||
public abstract class AbstractStringCollection {
|
||||
// source: 'stubForAbstractFunInAbstractClass.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
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
|
||||
|
||||
-27
@@ -1,27 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractAdd {
|
||||
// source: 'stubForAbstractFunInAbstractClassWithCovariantOverride.kt'
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class AbstractStringCollection {
|
||||
// source: 'stubForAbstractFunInAbstractClassWithCovariantOverride.kt'
|
||||
public method <init>(): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): java.lang.Boolean
|
||||
public synthetic bridge method add(p0: java.lang.String): java.lang.Object
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public 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[]
|
||||
}
|
||||
+2
-1
@@ -9,8 +9,9 @@ public abstract class AbstractAdd {
|
||||
public abstract class AbstractStringCollection {
|
||||
// source: 'stubForAbstractFunInAbstractClassWithCovariantOverride.kt'
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): java.lang.Boolean
|
||||
public synthetic bridge method add(p0: java.lang.String): java.lang.Object
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
|
||||
Vendored
-49
@@ -1,49 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
// source: 'stubsFromSuperclassNoBridges.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[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
// source: 'stubsFromSuperclassNoBridges.kt'
|
||||
public method <init>(): void
|
||||
public bridge method contains(p0: java.lang.CharSequence): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
// source: 'stubsFromSuperclassNoBridges.kt'
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.CharSequence): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.CharSequence
|
||||
public synthetic bridge method get(p0: int): java.lang.Object
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): 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): java.lang.CharSequence
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.CharSequence): java.lang.CharSequence
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user