package N2;

import java.util.HashSet;

/* JADX INFO: loaded from: classes.dex */
public final class i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final c f2207a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final HashSet f2208b = new HashSet();

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final HashSet f2209c = new HashSet();

    public i(c cVar) {
        this.f2207a = cVar;
    }
}
