- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
19 lines
452 B
Java
19 lines
452 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfyx {
|
|
public static Object zza(Object obj, int i) {
|
|
if (obj != null) {
|
|
return obj;
|
|
}
|
|
throw new NullPointerException("at index " + i);
|
|
}
|
|
|
|
public static Object[] zzb(Object[] objArr, int i) {
|
|
for (int i2 = 0; i2 < i; i2++) {
|
|
zza(objArr[i2], i2);
|
|
}
|
|
return objArr;
|
|
}
|
|
}
|