Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/fido/zzfg.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

62 lines
1.6 KiB
Java

package com.google.android.gms.internal.fido;
import java.util.AbstractMap;
import java.util.Arrays;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
/* loaded from: classes3.dex */
final class zzfg extends AbstractMap {
private static final Comparator zza = new zzfd();
private final Object[] zzb;
private final int[] zzc;
private final Set zzd = new zzff(this, -1);
private Integer zze = null;
private String zzf = null;
public zzfg(List list) {
Iterator it = list.iterator();
if (it.hasNext()) {
zzfc.zza((zzfc) it.next());
throw null;
}
int size = list.size();
Object[] objArr = new Object[size];
int[] iArr = new int[1];
Iterator it2 = list.iterator();
if (it2.hasNext()) {
zzfc.zza((zzfc) it2.next());
throw null;
}
iArr[0] = 0;
if (size > 16 && size * 9 > 0) {
objArr = Arrays.copyOf(objArr, 0);
}
this.zzb = objArr;
this.zzc = iArr;
}
@Override // java.util.AbstractMap, java.util.Map
public final Set entrySet() {
return this.zzd;
}
@Override // java.util.AbstractMap, java.util.Map
public final int hashCode() {
if (this.zze == null) {
this.zze = Integer.valueOf(super.hashCode());
}
return this.zze.intValue();
}
@Override // java.util.AbstractMap
public final String toString() {
if (this.zzf == null) {
this.zzf = super.toString();
}
return this.zzf;
}
}