package defpackage;

/* JADX INFO: renamed from: ᵤᵤᴵ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3450 implements Comparable {

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

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

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

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

    public C3450(int i, int i2, String str, String str2) {
        this.f13299 = i;
        this.f13301 = i2;
        this.f13300 = str;
        this.f13302 = str2;
    }

    @Override // java.lang.Comparable
    public final int compareTo(Object obj) {
        C3450 c3450 = (C3450) obj;
        int i = this.f13299 - c3450.f13299;
        return i == 0 ? this.f13301 - c3450.f13301 : i;
    }
}
