Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzgmy.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

61 lines
2.0 KiB
Java

package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzgmy {
private final Map zza;
private final Map zzb;
private zzgmy() {
this.zza = new HashMap();
this.zzb = new HashMap();
}
public final zzgmy zza(zzgmx zzgmxVar) throws GeneralSecurityException {
if (zzgmxVar == null) {
throw new NullPointerException("primitive constructor must be non-null");
}
zzgmz zzgmzVar = new zzgmz(zzgmxVar.zzc(), zzgmxVar.zzd(), null);
if (this.zza.containsKey(zzgmzVar)) {
zzgmx zzgmxVar2 = (zzgmx) this.zza.get(zzgmzVar);
if (!zzgmxVar2.equals(zzgmxVar) || !zzgmxVar.equals(zzgmxVar2)) {
throw new GeneralSecurityException("Attempt to register non-equal PrimitiveConstructor object for already existing object of type: ".concat(zzgmzVar.toString()));
}
} else {
this.zza.put(zzgmzVar, zzgmxVar);
}
return this;
}
public final zzgmy zzb(zzgng zzgngVar) throws GeneralSecurityException {
Map map = this.zzb;
Class zzb = zzgngVar.zzb();
if (map.containsKey(zzb)) {
zzgng zzgngVar2 = (zzgng) this.zzb.get(zzb);
if (!zzgngVar2.equals(zzgngVar) || !zzgngVar.equals(zzgngVar2)) {
throw new GeneralSecurityException("Attempt to register non-equal PrimitiveWrapper object or input class object for already existing object of type".concat(zzb.toString()));
}
} else {
this.zzb.put(zzb, zzgngVar);
}
return this;
}
public /* synthetic */ zzgmy(zzgna zzgnaVar) {
this.zza = new HashMap();
this.zzb = new HashMap();
}
public /* synthetic */ zzgmy(zzgnb zzgnbVar, zzgna zzgnaVar) {
Map map;
Map map2;
map = zzgnbVar.zza;
this.zza = new HashMap(map);
map2 = zzgnbVar.zzb;
this.zzb = new HashMap(map2);
}
}