package o; import java.util.ArrayList; import java.util.Collection; import java.util.List; /* loaded from: classes3.dex */ public final class nCK extends ZTC { @InterfaceC13391fZD public nCK() { } public static List b(List list) { C14957gcv.e(list, ""); List list2 = list; C14957gcv.e(list2, ""); ArrayList arrayList = new ArrayList(list2 instanceof Collection ? list2.size() : 10); for (C16442oQn c16442oQn : list2) { String str = c16442oQn.b; String str2 = c16442oQn.a; Boolean bool = c16442oQn.e; arrayList.add(new C10195dyG(str, str2, bool != null ? bool.booleanValue() : false)); } return arrayList; } }