- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
103 lines
2.2 KiB
Java
103 lines
2.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.util.SparseBooleanArray;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class b9 {
|
|
private final SparseBooleanArray a;
|
|
|
|
public int hashCode() {
|
|
if (xp.a >= 24) {
|
|
return this.a.hashCode();
|
|
}
|
|
int a2 = a();
|
|
for (int i = 0; i < a(); i++) {
|
|
a2 = (a2 * 31) + b(i);
|
|
}
|
|
return a2;
|
|
}
|
|
|
|
public static final class b {
|
|
private final SparseBooleanArray a = new SparseBooleanArray();
|
|
private boolean b;
|
|
|
|
public b a(int i) {
|
|
b1.b(!this.b);
|
|
this.a.append(i, true);
|
|
return this;
|
|
}
|
|
|
|
public b a(b9 b9Var) {
|
|
for (int i = 0; i < b9Var.a(); i++) {
|
|
a(b9Var.b(i));
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public b a(int... iArr) {
|
|
for (int i : iArr) {
|
|
a(i);
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public b a(int i, boolean z) {
|
|
return z ? a(i) : this;
|
|
}
|
|
|
|
public b9 a() {
|
|
b1.b(!this.b);
|
|
this.b = true;
|
|
return new b9(this.a);
|
|
}
|
|
}
|
|
|
|
private b9(SparseBooleanArray sparseBooleanArray) {
|
|
this.a = sparseBooleanArray;
|
|
}
|
|
|
|
public boolean a(int i) {
|
|
return this.a.get(i);
|
|
}
|
|
|
|
public int b(int i) {
|
|
b1.a(i, 0, a());
|
|
return this.a.keyAt(i);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof b9)) {
|
|
return false;
|
|
}
|
|
b9 b9Var = (b9) obj;
|
|
if (xp.a < 24) {
|
|
if (a() != b9Var.a()) {
|
|
return false;
|
|
}
|
|
for (int i = 0; i < a(); i++) {
|
|
if (b(i) != b9Var.b(i)) {
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
return this.a.equals(b9Var.a);
|
|
}
|
|
|
|
public boolean a(int... iArr) {
|
|
for (int i : iArr) {
|
|
if (a(i)) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public int a() {
|
|
return this.a.size();
|
|
}
|
|
}
|