CacheImplementation.smali
.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 = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u000c\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\u0008\u0006\u0008\u0086\u0001\u0018\u0000 \u00062\u0008\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u0006B\u0007\u0008\u0002\u00a2\u0006\u0002\u0010\u0002j\u0002\u0008\u0003j\u0002\u0008\u0004j\u0002\u0008\u0005\u00a8\u0006\u0007"
}
d2 = {
"Lkotlinx/android/extensions/CacheImplementation;",
"",
"(Ljava/lang/String;I)V",
"SPARSE_ARRAY",
"HASH_MAP",
"NO_CACHE",
"Companion",
"kotlin-android-extensions-runtime"
}
k = 0x1
mv = {
0x1,
0x4,
0x1
}
xi = 0x30
.end annotation
# static fields
.field public static final synthetic $VALUES:[Lkotlinx/android/extensions/CacheImplementation;
.field public static final Companion:Lkotlinx/android/extensions/CacheImplementation$a;
.field public static final DEFAULT:Lkotlinx/android/extensions/CacheImplementation;
.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
.registers 6
new-instance v0, Lkotlinx/android/extensions/CacheImplementation;
const/4 v1, 0x0
const-string v2, "SPARSE_ARRAY"
invoke-direct {v0, v2, v1}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->SPARSE_ARRAY:Lkotlinx/android/extensions/CacheImplementation;
new-instance v0, Lkotlinx/android/extensions/CacheImplementation;
const/4 v2, 0x1
const-string v3, "HASH_MAP"
invoke-direct {v0, v3, v2}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
new-instance v0, Lkotlinx/android/extensions/CacheImplementation;
const/4 v3, 0x2
const-string v4, "NO_CACHE"
invoke-direct {v0, v4, v3}, Lkotlinx/android/extensions/CacheImplementation;-><init>(Ljava/lang/String;I)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->NO_CACHE:Lkotlinx/android/extensions/CacheImplementation;
const/4 v4, 0x3
new-array v4, v4, [Lkotlinx/android/extensions/CacheImplementation;
sget-object v5, Lkotlinx/android/extensions/CacheImplementation;->SPARSE_ARRAY:Lkotlinx/android/extensions/CacheImplementation;
aput-object v5, v4, v1
sget-object v1, Lkotlinx/android/extensions/CacheImplementation;->HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
aput-object v1, v4, v2
aput-object v0, v4, v3
sput-object v4, Lkotlinx/android/extensions/CacheImplementation;->$VALUES:[Lkotlinx/android/extensions/CacheImplementation;
new-instance v0, Lkotlinx/android/extensions/CacheImplementation$a;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lkotlinx/android/extensions/CacheImplementation$a;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->Companion:Lkotlinx/android/extensions/CacheImplementation$a;
sget-object v0, Lkotlinx/android/extensions/CacheImplementation;->HASH_MAP:Lkotlinx/android/extensions/CacheImplementation;
sput-object v0, Lkotlinx/android/extensions/CacheImplementation;->DEFAULT:Lkotlinx/android/extensions/CacheImplementation;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
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;
.registers 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;
.registers 2
const-string v0, "value"
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(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
check-cast p0, Lkotlinx/android/extensions/CacheImplementation;
return-object p0
.end method
.method public static values()[Lkotlinx/android/extensions/CacheImplementation;
.registers 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