package re; import bf.e; import java.util.ArrayList; import java.util.List; import kf.f; import kotlin.jvm.internal.s; import re.f; /* compiled from: ReflectJavaAnnotationArguments.kt */ /* loaded from: classes5.dex */ public final class j extends f implements e { /* renamed from: c reason: collision with root package name */ private final Object[] f21919c; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public j(f fVar, Object[] values) { super(fVar, null); s.e(values, "values"); this.f21919c = values; } @Override // bf.e public List e() { Object[] objArr = this.f21919c; ArrayList arrayList = new ArrayList(objArr.length); int length = objArr.length; int i10 = 0; while (i10 < length) { Object obj = objArr[i10]; i10++; f.a aVar = f.f21916b; s.c(obj); arrayList.add(aVar.a(obj, null)); } return arrayList; } }