- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
52 lines
1.2 KiB
Java
52 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface qo {
|
|
int a(g5 g5Var, int i, boolean z, int i2);
|
|
|
|
void a(long j, int i, int i2, int i3, a aVar);
|
|
|
|
void a(bh bhVar, int i, int i2);
|
|
|
|
void a(f9 f9Var);
|
|
|
|
public static final class a {
|
|
public final int a;
|
|
public final byte[] b;
|
|
public final int c;
|
|
public final int d;
|
|
|
|
public a(int i, byte[] bArr, int i2, int i3) {
|
|
this.a = i;
|
|
this.b = bArr;
|
|
this.c = i2;
|
|
this.d = i3;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || a.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
a aVar = (a) obj;
|
|
return this.a == aVar.a && this.c == aVar.c && this.d == aVar.d && Arrays.equals(this.b, aVar.b);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return (((((this.a * 31) + Arrays.hashCode(this.b)) * 31) + this.c) * 31) + this.d;
|
|
}
|
|
}
|
|
|
|
default int a(g5 g5Var, int i, boolean z) {
|
|
return a(g5Var, i, z, 0);
|
|
}
|
|
|
|
default void a(bh bhVar, int i) {
|
|
a(bhVar, i, 0);
|
|
}
|
|
}
|