package m4;

import java.util.concurrent.atomic.AtomicLong;

/* JADX INFO: renamed from: m4.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2500e implements C0 {

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

    public C2500e(int i6) {
        switch (i6) {
            case 1:
                this.f20986a = new AtomicLong();
                break;
            default:
                this.f20986a = new AtomicLong();
                break;
        }
    }

    @Override // m4.C0
    public void a() {
        this.f20986a.getAndAdd(1L);
    }
}
