package defpackage;

/* JADX INFO: loaded from: classes2.dex */
class g71 extends h71<Object, Object>.b<Object> {
    public final /* synthetic */ h71 e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public g71(h71 h71Var) {
        super();
        this.e = h71Var;
    }

    @Override // h71.b
    public final Object a(int i) {
        Object obj = h71.l;
        return this.e.t()[i];
    }
}
