package com.google.firebase.firestore.local;

import com.google.firebase.firestore.util.Supplier;

/* JADX INFO: renamed from: com.google.firebase.firestore.local.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C1280c implements Supplier {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f14024a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f14025b;

    public /* synthetic */ C1280c(Object obj, int i6) {
        this.f14024a = i6;
        this.f14025b = obj;
    }

    @Override // com.google.firebase.firestore.util.Supplier
    public final Object get() {
        switch (this.f14024a) {
            case 0:
                return ((IndexBackfiller) this.f14025b).lambda$backfill$0();
            default:
                return ((LocalStore) this.f14025b).lambda$getFieldIndexes$14();
        }
    }
}
