Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
package x;
import java.util.Iterator;
/* loaded from: classes.dex */
public class f extends e {
/* renamed from: m, reason: collision with root package name */
public int f8831m;
public f(n nVar) {
super(nVar);
if (nVar instanceof j) {
this.f8825e = 2;
} else {
this.f8825e = 3;
}
}
@Override // x.e
public final void d(int i) {
if (this.f8828j) {
return;
}
this.f8828j = true;
this.f8827g = i;
Iterator it = this.f8829k.iterator();
while (it.hasNext()) {
InterfaceC0655d interfaceC0655d = (InterfaceC0655d) it.next();
interfaceC0655d.a(interfaceC0655d);
}
}
}