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

112 lines
2.8 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Collection;
import java.util.List;
import java.util.ListIterator;
/* loaded from: classes3.dex */
class zzfwf extends zzfwd implements List {
final /* synthetic */ zzfwg zzf;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzfwf(zzfwg zzfwgVar, Object obj, List list, zzfwd zzfwdVar) {
super(zzfwgVar, obj, list, zzfwdVar);
this.zzf = zzfwgVar;
}
@Override // java.util.List
public final void add(int i, Object obj) {
int i2;
zzb();
boolean isEmpty = this.zzb.isEmpty();
((List) this.zzb).add(i, obj);
zzfwg zzfwgVar = this.zzf;
i2 = zzfwgVar.zzb;
zzfwgVar.zzb = i2 + 1;
if (isEmpty) {
zza();
}
}
@Override // java.util.List
public final boolean addAll(int i, Collection collection) {
int i2;
if (collection.isEmpty()) {
return false;
}
int size = size();
boolean addAll = ((List) this.zzb).addAll(i, collection);
if (!addAll) {
return addAll;
}
int size2 = this.zzb.size();
zzfwg zzfwgVar = this.zzf;
i2 = zzfwgVar.zzb;
zzfwgVar.zzb = i2 + (size2 - size);
if (size != 0) {
return addAll;
}
zza();
return true;
}
@Override // java.util.List
public final Object get(int i) {
zzb();
return ((List) this.zzb).get(i);
}
@Override // java.util.List
public final int indexOf(Object obj) {
zzb();
return ((List) this.zzb).indexOf(obj);
}
@Override // java.util.List
public final int lastIndexOf(Object obj) {
zzb();
return ((List) this.zzb).lastIndexOf(obj);
}
@Override // java.util.List
public final ListIterator listIterator() {
zzb();
return new zzfwe(this);
}
@Override // java.util.List
public final Object remove(int i) {
int i2;
zzb();
Object remove = ((List) this.zzb).remove(i);
zzfwg zzfwgVar = this.zzf;
i2 = zzfwgVar.zzb;
zzfwgVar.zzb = i2 - 1;
zzc();
return remove;
}
@Override // java.util.List
public final Object set(int i, Object obj) {
zzb();
return ((List) this.zzb).set(i, obj);
}
@Override // java.util.List
public final List subList(int i, int i2) {
zzb();
List subList = ((List) this.zzb).subList(i, i2);
zzfwd zzfwdVar = this.zzc;
if (zzfwdVar == null) {
zzfwdVar = this;
}
return this.zzf.zzh(this.zza, subList, zzfwdVar);
}
@Override // java.util.List
public final ListIterator listIterator(int i) {
zzb();
return new zzfwe(this, i);
}
}