package defpackage;

/* JADX INFO: renamed from: ᵞᵟ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3013 implements Comparable {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final int f11606;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final String f11607;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final int f11608;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public final String f11609;

    public C3013(int i, int i2, String str, String str2) {
        this.f11606 = i;
        this.f11608 = i2;
        this.f11607 = str;
        this.f11609 = str2;
    }

    @Override // java.lang.Comparable
    public final int compareTo(Object obj) {
        C3013 c3013 = (C3013) obj;
        int i = this.f11606 - c3013.f11606;
        return i == 0 ? this.f11608 - c3013.f11608 : i;
    }
}
