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

79 lines
1.7 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/* loaded from: classes3.dex */
abstract class zzfwj implements zzfyl {
private transient Set zza;
private transient Collection zzb;
private transient Map zzc;
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof zzfyl) {
return zzs().equals(((zzfyl) obj).zzs());
}
return false;
}
public final int hashCode() {
return zzs().hashCode();
}
public final String toString() {
return zzs().toString();
}
public abstract Collection zzf();
public Iterator zzg() {
throw null;
}
public abstract Map zzj();
public abstract Set zzl();
@Override // com.google.android.gms.internal.ads.zzfyl
public boolean zzq(Object obj, Object obj2) {
throw null;
}
@Override // com.google.android.gms.internal.ads.zzfyl
public final Collection zzr() {
Collection collection = this.zzb;
if (collection != null) {
return collection;
}
Collection zzf = zzf();
this.zzb = zzf;
return zzf;
}
@Override // com.google.android.gms.internal.ads.zzfyl
public final Map zzs() {
Map map = this.zzc;
if (map != null) {
return map;
}
Map zzj = zzj();
this.zzc = zzj;
return zzj;
}
public final Set zzt() {
Set set = this.zza;
if (set != null) {
return set;
}
Set zzl = zzl();
this.zza = zzl;
return zzl;
}
}