package p138.p176.p177.p190.p198;

import p138.p139.p143.p144.C2803;

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

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

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

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public final C3574 f10593;

        public C3572(C3574 c3574) {
            if (c3574 == null) {
                throw null;
            }
            this.f10592 = c3574;
            this.f10593 = c3574;
        }

        public C3572(C3574 c3574, C3574 c35742) {
            if (c3574 == null) {
                throw null;
            }
            this.f10592 = c3574;
            if (c35742 == null) {
                throw null;
            }
            this.f10593 = c35742;
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (obj == null || C3572.class != obj.getClass()) {
                return false;
            }
            C3572 c3572 = (C3572) obj;
            return this.f10592.equals(c3572.f10592) && this.f10593.equals(c3572.f10593);
        }

        public int hashCode() {
            return this.f10593.hashCode() + (this.f10592.hashCode() * 31);
        }

        public String toString() {
            String string;
            StringBuilder sbM4889 = C2803.m4889("[");
            sbM4889.append(this.f10592);
            if (this.f10592.equals(this.f10593)) {
                string = "";
            } else {
                StringBuilder sbM48892 = C2803.m4889(", ");
                sbM48892.append(this.f10593);
                string = sbM48892.toString();
            }
            return C2803.m4884(sbM4889, string, "]");
        }
    }

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ೲ.ގ$ؠ, reason: contains not printable characters */
    public static class C3573 implements InterfaceC3571 {

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

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public final C3572 f10595;

        public C3573(long j, long j2) {
            this.f10594 = j;
            this.f10595 = new C3572(j2 == 0 ? C3574.f10596 : new C3574(0L, j2));
        }

        @Override // p138.p176.p177.p190.p198.InterfaceC3571
        /* JADX INFO: renamed from: ؠ */
        public C3572 mo5857(long j) {
            return this.f10595;
        }

        @Override // p138.p176.p177.p190.p198.InterfaceC3571
        /* JADX INFO: renamed from: ހ */
        public boolean mo5858() {
            return false;
        }

        @Override // p138.p176.p177.p190.p198.InterfaceC3571
        /* JADX INFO: renamed from: ށ */
        public long mo5859() {
            return this.f10594;
        }
    }

    /* JADX INFO: renamed from: ؠ */
    C3572 mo5857(long j);

    /* JADX INFO: renamed from: ހ */
    boolean mo5858();

    /* JADX INFO: renamed from: ށ */
    long mo5859();
}
