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

29 lines
685 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.IOException;
import java.util.ArrayList;
import o.C0468HeB;
/* loaded from: classes.dex */
public abstract class uvL<T extends C0468HeB> extends C16543pGj {
protected ArrayList<T> b;
private long c;
abstract T a(Eaa eaa) throws IOException;
public uvL(Eaa eaa, mEu meu) throws IOException {
super(eaa, meu);
long f = eaa.f();
this.c = f;
if (f <= 2147483647L) {
this.b = new ArrayList<>((int) this.c);
for (long j = 0; j < this.c; j++) {
this.b.add(a(eaa));
}
return;
}
this.c = 0L;
this.b = new ArrayList<>();
}
}