package androidx.compose.runtime.snapshots;

import java.util.Collection;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class d implements J4.c {

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

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

    public /* synthetic */ d(int i6, Collection collection) {
        this.f11136a = i6;
        this.f11137b = collection;
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        switch (this.f11136a) {
        }
        return Boolean.valueOf(this.f11137b.contains(obj));
    }
}
