Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
package com.tencent.bugly.proguard;
import java.util.ArrayList;
import java.util.Collection;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public final class al extends k implements Cloneable {
private static ArrayList<String> c;
private String a = "";
private ArrayList<String> b = null;
@Override // com.tencent.bugly.proguard.k
public final void a(j jVar) {
jVar.a(this.a, 0);
ArrayList<String> arrayList = this.b;
if (arrayList != null) {
jVar.a((Collection) arrayList, 1);
}
}
@Override // com.tencent.bugly.proguard.k
public final void a(StringBuilder sb, int i) {
}
@Override // com.tencent.bugly.proguard.k
public final void a(i iVar) {
this.a = iVar.b(0, true);
if (c == null) {
c = new ArrayList<>();
c.add("");
}
this.b = (ArrayList) iVar.a((i) c, 1, false);
}
}