package o; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; /* renamed from: o.hI, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15626hI extends C15620hF { final C16297nH b; public final HAm d; public final WIt e; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @InterfaceC13391fZD public C15626hI(WIt wIt, HAm hAm, C16297nH c16297nH) { super((byte) 0); C14957gcv.e(wIt, ""); C14957gcv.e(hAm, ""); C14957gcv.e(c16297nH, ""); this.e = wIt; this.d = hAm; this.b = c16297nH; } /* renamed from: o.hI$RVV */ /* loaded from: classes3.dex */ public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR, List> { private C15626hI e; @Override // o.InterfaceC14894gbR public final /* synthetic */ List invoke(List list) { ArrayList arrayList; List list2 = list; C14957gcv.e(list2, ""); List list3 = list2; C15626hI c15626hI = this.e; C14957gcv.e(list3, ""); ArrayList arrayList2 = new ArrayList(list3 instanceof Collection ? list3.size() : 10); for (BmP bmP : list3) { C16297nH c16297nH = c15626hI.b; C14957gcv.e(bmP, ""); GW gw = new GW((byte) 0); gw.b = bmP.e; gw.c = bmP.b; List list4 = bmP.c; if (list4 != null) { List list5 = list4; C14957gcv.e(list5, ""); ArrayList arrayList3 = new ArrayList(list5 instanceof Collection ? list5.size() : 10); Iterator it = list5.iterator(); while (it.hasNext()) { arrayList3.add(C16297nH.d(bmP.b, (rJD) it.next())); } arrayList = arrayList3; } else { arrayList = null; } gw.a = arrayList; arrayList2.add(gw); } return arrayList2; } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RVV(C15626hI c15626hI) { super(1); this.e = c15626hI; } } }