45 lines
1.1 KiB
Java
45 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.Collection;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.cYa, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class C6623cYa {
|
||
|
@InterfaceC13391fZD
|
||
|
public C6623cYa() {
|
||
|
}
|
||
|
|
||
|
private static boolean e(OZ oz) {
|
||
|
List<OW> list = oz.e;
|
||
|
if ((list instanceof Collection) && list.isEmpty()) {
|
||
|
return false;
|
||
|
}
|
||
|
Iterator<T> it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
if (((OW) it.next()).b) {
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public static boolean d(C0819Pd c0819Pd) {
|
||
|
List<OZ> list;
|
||
|
if (c0819Pd == null || (list = c0819Pd.c) == null) {
|
||
|
return false;
|
||
|
}
|
||
|
List<OZ> list2 = list;
|
||
|
if (!(list2 instanceof Collection) || !list2.isEmpty()) {
|
||
|
Iterator<T> it = list2.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
if (!e((OZ) it.next())) {
|
||
|
return false;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
}
|