Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

131 lines
2.9 KiB
Java

package com.mbridge.msdk.foundation.tools;
/* loaded from: classes4.dex */
final class g {
public static abstract class b {
int a;
public abstract byte a();
}
public static class a extends j {
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 7;
}
public a(int i, int i2, Object obj, int i3, boolean z) {
super(i, i2, obj, i3, z);
}
}
public static class c extends b {
boolean b;
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 1;
}
public c(int i, boolean z) {
this.a = i;
this.b = z;
}
}
public static class d extends b {
double b;
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 5;
}
public d(int i, double d) {
this.a = i;
this.b = d;
}
}
public static class e extends b {
float b;
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 3;
}
public e(int i, float f) {
this.a = i;
this.b = f;
}
}
public static class f extends b {
int b;
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 2;
}
public f(int i, int i2) {
this.a = i;
this.b = i2;
}
}
/* renamed from: com.mbridge.msdk.foundation.tools.g$g, reason: collision with other inner class name */
public static class C0204g extends b {
long b;
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 4;
}
public C0204g(int i, long j) {
this.a = i;
this.b = j;
}
}
public static class h extends j {
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 8;
}
public h(int i, int i2, Object obj, int i3, boolean z) {
super(i, i2, obj, i3, z);
}
}
public static class i extends j {
@Override // com.mbridge.msdk.foundation.tools.g.b
public final byte a() {
return (byte) 6;
}
public i(int i, int i2, String str, int i3, boolean z) {
super(i, i2, str, i3, z);
}
}
public static abstract class j extends b {
boolean b;
int c;
Object d;
int e;
public j(int i, int i2, Object obj, int i3, boolean z) {
this.c = i;
this.a = i2;
this.d = obj;
this.e = i3;
this.b = z;
}
}
}