package androidx.room.util;

/* JADX INFO: loaded from: classes.dex */
public final class c implements Comparable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f4168a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f4169b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f4170c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f4171d;

    public c(int i10, int i11, String str, String str2) {
        nb.g.i(str, "from");
        nb.g.i(str2, "to");
        this.f4168a = i10;
        this.f4169b = i11;
        this.f4170c = str;
        this.f4171d = str2;
    }

    @Override // java.lang.Comparable
    public final int compareTo(Object obj) {
        c cVar = (c) obj;
        nb.g.i(cVar, "other");
        int i10 = this.f4168a - cVar.f4168a;
        return i10 == 0 ? this.f4169b - cVar.f4169b : i10;
    }
}
