package kotlinx.android.extensions;

import kotlin.Metadata;
import kotlin.enums.b;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0002\b\u0086\u0081\u0002\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u0002¨\u0006\u0003"}, d2 = {"Lkotlinx/android/extensions/CacheImplementation;", "", "com/google/android/gms/measurement/internal/d0", "kotlin-android-extensions-runtime"}, k = 1, mv = {1, 9, 0})
public final class CacheImplementation {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final CacheImplementation f29276a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ CacheImplementation[] f29277b;

    static {
        CacheImplementation cacheImplementation = new CacheImplementation("SPARSE_ARRAY", 0);
        CacheImplementation cacheImplementation2 = new CacheImplementation("HASH_MAP", 1);
        f29276a = cacheImplementation2;
        CacheImplementation[] cacheImplementationArr = {cacheImplementation, cacheImplementation2, new CacheImplementation("NO_CACHE", 2)};
        f29277b = cacheImplementationArr;
        b.a(cacheImplementationArr);
    }

    public static CacheImplementation valueOf(String str) {
        return (CacheImplementation) Enum.valueOf(CacheImplementation.class, str);
    }

    public static CacheImplementation[] values() {
        return (CacheImplementation[]) f29277b.clone();
    }
}
