29 lines
743 B
Java
29 lines
743 B
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.Collection;
|
|
import java.util.List;
|
|
import o.AJG;
|
|
import o.C0741Nmu;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RkY {
|
|
public static final RkY c = new RkY();
|
|
|
|
private RkY() {
|
|
}
|
|
|
|
public static C0741Nmu e(AJG ajg) {
|
|
C14957gcv.e(ajg, "");
|
|
String str = ajg.a;
|
|
C0741Nmu.IeS ieS = new C0741Nmu.IeS(ajg.d.c, ajg.d.e);
|
|
List<AJG.HBt> list = ajg.c;
|
|
C14957gcv.e(list, "");
|
|
ArrayList arrayList = new ArrayList(list instanceof Collection ? list.size() : 10);
|
|
for (AJG.HBt hBt : list) {
|
|
arrayList.add(new C0741Nmu.LWm(hBt.a, hBt.c, hBt.b));
|
|
}
|
|
return new C0741Nmu(ieS, arrayList, str);
|
|
}
|
|
}
|