jimu-decompiled/sources/com/tencent/bugly/proguard/ao.java
2025-05-13 19:24:51 +02:00

30 lines
751 B
Java

package com.tencent.bugly.proguard;
import java.util.ArrayList;
import java.util.Collection;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public final class ao extends k implements Cloneable {
private static ArrayList<an> b;
public ArrayList<an> a = null;
@Override // com.tencent.bugly.proguard.k
public final void a(j jVar) {
jVar.a((Collection) this.a, 0);
}
@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) {
if (b == null) {
b = new ArrayList<>();
b.add(new an());
}
this.a = (ArrayList) iVar.a((i) b, 0, true);
}
}