package P4;

import java.util.HashSet;

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

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

    public d(HashSet hashSet) {
        this.f5507a = hashSet;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof d)) {
            return false;
        }
        return this.f5507a.equals(((d) obj).f5507a);
    }

    public final int hashCode() {
        return this.f5507a.hashCode() ^ 1000003;
    }

    public final String toString() {
        return "RolloutsState{rolloutAssignments=" + this.f5507a + "}";
    }
}
