package n2;

import java.lang.ref.WeakReference;
import java.util.Map;

/* JADX INFO: renamed from: n2.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1271e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final WeakReference f15134b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f15136d;

    public C1271e(int i, WeakReference weakReference, Map map, int i5) {
        this.f15133a = i;
        this.f15134b = weakReference;
        this.f15135c = map;
        this.f15136d = i5;
    }
}
