27 lines
769 B
Java
27 lines
769 B
Java
|
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<C10195dyG> b(List<C16442oQn> list) {
|
||
|
C14957gcv.e(list, "");
|
||
|
List<C16442oQn> 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;
|
||
|
}
|
||
|
}
|