- 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
38 lines
838 B
Java
38 lines
838 B
Java
package com.applovin.impl;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class to {
|
|
public final int a;
|
|
private final so[] b;
|
|
private int c;
|
|
|
|
public to(so... soVarArr) {
|
|
this.b = soVarArr;
|
|
this.a = soVarArr.length;
|
|
}
|
|
|
|
public so a(int i) {
|
|
return this.b[i];
|
|
}
|
|
|
|
public int hashCode() {
|
|
if (this.c == 0) {
|
|
this.c = Arrays.hashCode(this.b) + IronSourceError.ERROR_NON_EXISTENT_INSTANCE;
|
|
}
|
|
return this.c;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || to.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
return Arrays.equals(this.b, ((to) obj).b);
|
|
}
|
|
}
|