package com.google.android.gms.internal.ads;

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
final class zzgwe extends zzguf {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final transient Object[] f19794c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final transient int f19795d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final transient int f19796e;

    public zzgwe(Object[] objArr, int i10, int i11) {
        this.f19794c = objArr;
        this.f19795d = i10;
        this.f19796e = i11;
    }

    @Override // java.util.List
    public final Object get(int i10) {
        ih1.o1(i10, this.f19796e);
        Object obj = this.f19794c[i10 + i10 + this.f19795d];
        Objects.requireNonNull(obj);
        return obj;
    }

    @Override // com.google.android.gms.internal.ads.zzgub
    public final boolean j() {
        return true;
    }

    @Override // java.util.AbstractCollection, java.util.Collection, java.util.List
    public final int size() {
        return this.f19796e;
    }
}
