package g;

/* JADX INFO: compiled from: UInt.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public final class s implements Comparable<s> {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final a f4191b = new a(null);

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

    /* JADX INFO: compiled from: UInt.kt */
    @i
    public static final class a {
        public a(g.h0.c.g gVar) {
        }
    }

    public /* synthetic */ s(int i2) {
        this.f4192e = i2;
    }

    @Override // java.lang.Comparable
    public int compareTo(s sVar) {
        return g.h0.c.l.h(this.f4192e ^ Integer.MIN_VALUE, sVar.f4192e ^ Integer.MIN_VALUE);
    }

    public boolean equals(Object obj) {
        return (obj instanceof s) && this.f4192e == ((s) obj).f4192e;
    }

    public int hashCode() {
        return Integer.hashCode(this.f4192e);
    }

    public String toString() {
        return String.valueOf(((long) this.f4192e) & 4294967295L);
    }
}
