71 lines
1.9 KiB
Java
71 lines
1.9 KiB
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
import o.gaG;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EDY {
|
|
private final ESC c;
|
|
|
|
@InterfaceC13391fZD
|
|
public EDY(ESC esc) {
|
|
C14957gcv.e(esc, "");
|
|
this.c = esc;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts {
|
|
private Sts() {
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final void e(String str) {
|
|
C14957gcv.e(str, "");
|
|
if (str.length() <= 0 || !(!gdZ.d((CharSequence) r1))) {
|
|
return;
|
|
}
|
|
List<String> b = this.c.b();
|
|
C14957gcv.e(b, "");
|
|
gaG.IeS ieS = new gaG.IeS(b);
|
|
C14957gcv.e(ieS, "");
|
|
List list = (List) C14964gdG.e(ieS, new ArrayList());
|
|
C14957gcv.e(list, "");
|
|
gaG.IeS ieS2 = new gaG.IeS(list);
|
|
IeS ieS3 = new IeS(str);
|
|
C14957gcv.e(ieS2, "");
|
|
C14957gcv.e(ieS3, "");
|
|
C14993gdy c14993gdy = new C14993gdy(ieS2, true, ieS3);
|
|
C14957gcv.e(c14993gdy, "");
|
|
List list2 = (List) C14964gdG.e(c14993gdy, new ArrayList());
|
|
list2.add(0, str);
|
|
this.c.b(C14881gav.c(list2, 5));
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS extends AbstractC14961gcz implements InterfaceC14894gbR<String, Boolean> {
|
|
private String e;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ Boolean invoke(String str) {
|
|
C14957gcv.e(str, "");
|
|
return Boolean.valueOf(!gdZ.a(r3, this.e, true));
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
IeS(String str) {
|
|
super(1);
|
|
this.e = str;
|
|
}
|
|
}
|
|
|
|
static {
|
|
new Sts((byte) 0);
|
|
}
|
|
}
|