what-the-bank/sources/o/C15204gjy.java

44 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.ArrayList;
import java.util.List;
/* renamed from: o.gjy, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15204gjy {
public static InterfaceC15199gjt e(InterfaceC15199gjt... interfaceC15199gjtArr) {
return new C15196gjq(d(interfaceC15199gjtArr));
}
public static InterfaceC15199gjt a(InterfaceC15199gjt... interfaceC15199gjtArr) {
return new C15205gjz(d(interfaceC15199gjtArr));
}
private static List<InterfaceC15199gjt> d(InterfaceC15199gjt... interfaceC15199gjtArr) {
if (interfaceC15199gjtArr == null) {
throw new IllegalArgumentException("The filters must not be null");
}
ArrayList arrayList = new ArrayList(interfaceC15199gjtArr.length);
for (int i = 0; i < interfaceC15199gjtArr.length; i++) {
InterfaceC15199gjt interfaceC15199gjt = interfaceC15199gjtArr[i];
if (interfaceC15199gjt == null) {
StringBuilder sb = new StringBuilder("The filter[");
sb.append(i);
sb.append("] is null");
throw new IllegalArgumentException(sb.toString());
}
arrayList.add(interfaceC15199gjt);
}
return arrayList;
}
public static InterfaceC15199gjt e(InterfaceC15199gjt interfaceC15199gjt) {
return new C15200gju(interfaceC15199gjt);
}
static {
new C15200gju(new C15196gjq(d(C15193gjn.c, new C15202gjw("CVS"))));
new C15200gju(new C15196gjq(d(C15193gjn.c, new C15202gjw(".svn"))));
}
}