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

24 lines
476 B
Java

package o;
import java.util.ArrayList;
/* loaded from: classes3.dex */
public final class GC {
public ArrayList<C0419Ge> a;
public double d;
public GC(ArrayList<C0419Ge> arrayList) {
C14957gcv.e(arrayList, "");
new ArrayList();
this.a = arrayList;
this.d = 0.0d;
}
public GC(GC gc) {
C14957gcv.e(gc, "");
this.a = new ArrayList<>();
this.a = new ArrayList<>(gc.a);
this.d = gc.d;
}
}