package p138.p176.p177.p190.p198;

import java.util.Arrays;
import p138.p176.p177.p190.C3431;
import p138.p176.p177.p190.p239.C4140;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ೲ.ސ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public interface InterfaceC3575 {

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ೲ.ސ$֏, reason: contains not printable characters */
    public static final class C3576 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public final int f10599;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public final byte[] f10600;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public final int f10601;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public final int f10602;

        public C3576(int i, byte[] bArr, int i2, int i3) {
            this.f10599 = i;
            this.f10600 = bArr;
            this.f10601 = i2;
            this.f10602 = i3;
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (obj == null || C3576.class != obj.getClass()) {
                return false;
            }
            C3576 c3576 = (C3576) obj;
            return this.f10599 == c3576.f10599 && this.f10601 == c3576.f10601 && this.f10602 == c3576.f10602 && Arrays.equals(this.f10600, c3576.f10600);
        }

        public int hashCode() {
            return ((((Arrays.hashCode(this.f10600) + (this.f10599 * 31)) * 31) + this.f10601) * 31) + this.f10602;
        }
    }

    /* JADX INFO: renamed from: ֏ */
    int mo5882(C3558 c3558, int i, boolean z);

    /* JADX INFO: renamed from: ֏ */
    void mo5883(long j, int i, int i2, int i3, C3576 c3576);

    /* JADX INFO: renamed from: ֏ */
    void mo5884(C3431 c3431);

    /* JADX INFO: renamed from: ֏ */
    void mo5885(C4140 c4140, int i);
}
