package n2;

import P6.g;
import android.graphics.Bitmap;
import java.util.Map;

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

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

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

    public C1268b(Bitmap bitmap, Map map) {
        this.f15126a = bitmap;
        this.f15127b = map;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1268b)) {
            return false;
        }
        C1268b c1268b = (C1268b) obj;
        return g.a(this.f15126a, c1268b.f15126a) && g.a(this.f15127b, c1268b.f15127b);
    }

    public final int hashCode() {
        return this.f15127b.hashCode() + (this.f15126a.hashCode() * 31);
    }

    public final String toString() {
        return "Value(bitmap=" + this.f15126a + ", extras=" + this.f15127b + ')';
    }
}
