package x4; /* loaded from: classes2.dex */ final class a extends f { /* renamed from: a, reason: collision with root package name */ private final String f15360a; /* renamed from: b, reason: collision with root package name */ private final String f15361b; a(String str, String str2) { if (str == null) { throw new NullPointerException("Null libraryName"); } this.f15360a = str; if (str2 == null) { throw new NullPointerException("Null version"); } this.f15361b = str2; } @Override // x4.f public String b() { return this.f15360a; } @Override // x4.f public String c() { return this.f15361b; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof f)) { return false; } f fVar = (f) obj; return this.f15360a.equals(fVar.b()) && this.f15361b.equals(fVar.c()); } public int hashCode() { return ((this.f15360a.hashCode() ^ 1000003) * 1000003) ^ this.f15361b.hashCode(); } public String toString() { return "LibraryVersion{libraryName=" + this.f15360a + ", version=" + this.f15361b + "}"; } }