Initial commit
This commit is contained in:
35
sources/com/tencent/bugly/proguard/al.java
Normal file
35
sources/com/tencent/bugly/proguard/al.java
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user