- 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
66 lines
1.7 KiB
Java
66 lines
1.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Arrays;
|
|
import java.util.Collection;
|
|
import java.util.Iterator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
class zzfxg extends zzfxh {
|
|
Object[] zza;
|
|
int zzb;
|
|
boolean zzc;
|
|
|
|
public zzfxg(int i) {
|
|
zzfwk.zza(i, "initialCapacity");
|
|
this.zza = new Object[i];
|
|
this.zzb = 0;
|
|
}
|
|
|
|
private final void zzf(int i) {
|
|
int length = this.zza.length;
|
|
int zze = zzfxh.zze(length, this.zzb + i);
|
|
if (zze > length || this.zzc) {
|
|
this.zza = Arrays.copyOf(this.zza, zze);
|
|
this.zzc = false;
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfxh
|
|
public /* bridge */ /* synthetic */ zzfxh zzb(Object obj) {
|
|
throw null;
|
|
}
|
|
|
|
public final zzfxh zzc(Iterable iterable) {
|
|
if (iterable instanceof Collection) {
|
|
Collection collection = (Collection) iterable;
|
|
zzf(collection.size());
|
|
if (collection instanceof zzfxi) {
|
|
this.zzb = ((zzfxi) collection).zza(this.zza, this.zzb);
|
|
return this;
|
|
}
|
|
}
|
|
Iterator it = iterable.iterator();
|
|
while (it.hasNext()) {
|
|
zzb(it.next());
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final void zzd(Object[] objArr, int i) {
|
|
zzfyx.zzb(objArr, 2);
|
|
zzf(2);
|
|
System.arraycopy(objArr, 0, this.zza, this.zzb, 2);
|
|
this.zzb += 2;
|
|
}
|
|
|
|
public final zzfxg zza(Object obj) {
|
|
obj.getClass();
|
|
zzf(1);
|
|
Object[] objArr = this.zza;
|
|
int i = this.zzb;
|
|
this.zzb = i + 1;
|
|
objArr[i] = obj;
|
|
return this;
|
|
}
|
|
}
|