package c5;

/* JADX INFO: loaded from: classes.dex */
public final class j implements n {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f4883b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public Class f4884c;

    public j(d dVar) {
        this.f4882a = dVar;
    }

    @Override // c5.n
    public final void a() {
        this.f4882a.n(this);
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return this.f4883b == jVar.f4883b && this.f4884c == jVar.f4884c;
    }

    public final int hashCode() {
        int i10 = this.f4883b * 31;
        Class cls = this.f4884c;
        return i10 + (cls != null ? cls.hashCode() : 0);
    }

    public final String toString() {
        return "Key{size=" + this.f4883b + "array=" + this.f4884c + '}';
    }
}
