package com.google.android.play.core.assetpacks; import java.util.Map; /* loaded from: classes2.dex */ final class k0 extends c { /* renamed from: a, reason: collision with root package name */ private final long f4938a; /* renamed from: b, reason: collision with root package name */ private final Map f4939b; k0(long j10, Map map) { this.f4938a = j10; this.f4939b = map; } @Override // com.google.android.play.core.assetpacks.c public final Map c() { return this.f4939b; } @Override // com.google.android.play.core.assetpacks.c public final long d() { return this.f4938a; } public final boolean equals(Object obj) { if (obj == this) { return true; } if (obj instanceof c) { c cVar = (c) obj; if (this.f4938a == cVar.d() && this.f4939b.equals(cVar.c())) { return true; } } return false; } public final int hashCode() { long j10 = this.f4938a; int i10 = (int) (j10 ^ (j10 >>> 32)); return this.f4939b.hashCode() ^ ((i10 ^ 1000003) * 1000003); } public final String toString() { return "AssetPackStates{totalBytes=" + this.f4938a + ", packStates=" + this.f4939b.toString() + "}"; } }