This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,73 @@
.class public final Lkotlinx/android/extensions/CacheImplementation$a;
.super Ljava/lang/Object;
.source "CacheImplementation.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lkotlinx/android/extensions/CacheImplementation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {}
d1 = {
"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0007\u0008\u0086\u0003\u0018\u00002\u00020\u0001B\t\u0008\u0002\u00a2\u0006\u0004\u0008\u0007\u0010\u0008R\u0017\u0010\u0003\u001a\u00020\u00028\u0006\u00a2\u0006\u000c\n\u0004\u0008\u0003\u0010\u0004\u001a\u0004\u0008\u0005\u0010\u0006\u00a8\u0006\t"
}
d2 = {
"Lkotlinx/android/extensions/CacheImplementation$a;",
"",
"Lkotlinx/android/extensions/CacheImplementation;",
"DEFAULT",
"Lkotlinx/android/extensions/CacheImplementation;",
"a",
"()Lkotlinx/android/extensions/CacheImplementation;",
"<init>",
"()V",
"kotlin-android-extensions-runtime"
}
k = 0x1
mv = {
0x1,
0x4,
0x1
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lkotlin/jvm/internal/u;)V
.locals 0
invoke-direct {p0}, Lkotlinx/android/extensions/CacheImplementation$a;-><init>()V
return-void
.end method
# virtual methods
.method public final a()Lkotlinx/android/extensions/CacheImplementation;
.locals 1
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.line 1
invoke-static {}, Lkotlinx/android/extensions/CacheImplementation;->access$getDEFAULT$cp()Lkotlinx/android/extensions/CacheImplementation;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,188 @@
.class public final enum Lkotlinx/android/extensions/CacheImplementation;
.super Ljava/lang/Enum;
.source "CacheImplementation.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlinx/android/extensions/CacheImplementation$a;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lkotlinx/android/extensions/CacheImplementation;",
">;"
}
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {}
d1 = {
"\u0000\u000c\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\u0008\u0008\u0008\u0086\u0001\u0018\u0000 \u00042\u0008\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u0005B\t\u0008\u0002\u00a2\u0006\u0004\u0008\u0002\u0010\u0003j\u0002\u0008\u0006j\u0002\u0008\u0007j\u0002\u0008\u0008\u00a8\u0006\t"
}
d2 = {
"Lkotlinx/android/extensions/CacheImplementation;",
"",
"<init>",
"(Ljava/lang/String;I)V",
"Companion",
"a",
"SPARSE_ARRAY",
"HASH_MAP",
"NO_CACHE",
"kotlin-android-extensions-runtime"
}
k = 0x1
mv = {
0x1,
0x4,
0x1
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lkotlinx/android/extensions/CacheImplementation;
.field public static final Companion:Lkotlinx/android/extensions/CacheImplementation$a;
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.end field
.field private static final DEFAULT:Lkotlinx/android/extensions/CacheImplementation;
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.end field
.field public static final enum HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
.field public static final enum NO_CACHE:Lkotlinx/android/extensions/CacheImplementation;
.field public static final enum SPARSE_ARRAY:Lkotlinx/android/extensions/CacheImplementation;
# direct methods
.method public static constructor <clinit>()V
.locals 7
.line 1
new-instance v0, Lkotlinx/android/extensions/CacheImplementation;
const-string v1, "SPARSE_ARRAY"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->SPARSE_ARRAY:Lkotlinx/android/extensions/CacheImplementation;
.line 2
new-instance v1, Lkotlinx/android/extensions/CacheImplementation;
const-string v3, "HASH_MAP"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v1, Lkotlinx/android/extensions/CacheImplementation;->HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
.line 3
new-instance v3, Lkotlinx/android/extensions/CacheImplementation;
const-string v5, "NO_CACHE"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v3, Lkotlinx/android/extensions/CacheImplementation;->NO_CACHE:Lkotlinx/android/extensions/CacheImplementation;
const/4 v5, 0x3
new-array v5, v5, [Lkotlinx/android/extensions/CacheImplementation;
aput-object v0, v5, v2
aput-object v1, v5, v4
aput-object v3, v5, v6
sput-object v5, Lkotlinx/android/extensions/CacheImplementation;->$VALUES:[Lkotlinx/android/extensions/CacheImplementation;
new-instance v0, Lkotlinx/android/extensions/CacheImplementation$a;
const/4 v2, 0x0
invoke-direct {v0, v2}, Lkotlinx/android/extensions/CacheImplementation$a;-><init>(Lkotlin/jvm/internal/u;)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->Companion:Lkotlinx/android/extensions/CacheImplementation$a;
.line 4
sput-object v1, Lkotlinx/android/extensions/CacheImplementation;->DEFAULT:Lkotlinx/android/extensions/CacheImplementation;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static final synthetic access$getDEFAULT$cp()Lkotlinx/android/extensions/CacheImplementation;
.locals 1
.line 1
sget-object v0, Lkotlinx/android/extensions/CacheImplementation;->DEFAULT:Lkotlinx/android/extensions/CacheImplementation;
return-object v0
.end method
.method public static valueOf(Ljava/lang/String;)Lkotlinx/android/extensions/CacheImplementation;
.locals 1
const-string v0, "value"
invoke-static {p0, v0}, Lkotlin/jvm/internal/f0;->p(Ljava/lang/Object;Ljava/lang/String;)V
const-class v0, Lkotlinx/android/extensions/CacheImplementation;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
.line 1
check-cast p0, Lkotlinx/android/extensions/CacheImplementation;
return-object p0
.end method
.method public static values()[Lkotlinx/android/extensions/CacheImplementation;
.locals 4
sget-object v0, Lkotlinx/android/extensions/CacheImplementation;->$VALUES:[Lkotlinx/android/extensions/CacheImplementation;
array-length v1, v0
new-array v1, v1, [Lkotlinx/android/extensions/CacheImplementation;
array-length v2, v0
const/4 v3, 0x0
invoke-static {v0, v3, v1, v3, v2}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
return-object v1
.end method
@@ -0,0 +1,49 @@
.class public interface abstract annotation Lkotlinx/android/extensions/ContainerOptions;
.super Ljava/lang/Object;
.source "ContainerOptions.kt"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lkotlinx/android/extensions/ContainerOptions;
cache = .enum Lkotlinx/android/extensions/CacheImplementation;->HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u0008\u0086\u0002\u0018\u00002\u00020\u0001B\n\u0012\u0008\u0008\u0002\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0004\u00a8\u0006\u0005"
}
d2 = {
"Lkotlinx/android/extensions/ContainerOptions;",
"",
"cache",
"Lkotlinx/android/extensions/CacheImplementation;",
"()Lkotlinx/android/extensions/CacheImplementation;",
"kotlin-android-extensions-runtime"
}
k = 0x1
mv = {
0x1,
0x4,
0x1
}
xi = 0x30
.end annotation
# virtual methods
.method public abstract cache()Lkotlinx/android/extensions/CacheImplementation;
.end method