discord-jadx/app/src/main/java/c/i/a/c/a2/u.java

40 lines
954 B
Java

package c.i.a.c.a2;
import androidx.annotation.Nullable;
import c.d.b.a.a;
/* compiled from: SeekPoint */
public final class u {
public static final u a = new u(0, 0);
public final long b;
/* renamed from: c reason: collision with root package name */
public final long f753c;
public u(long j, long j2) {
this.b = j;
this.f753c = j2;
}
public boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (obj == null || u.class != obj.getClass()) {
return false;
}
u uVar = (u) obj;
return this.b == uVar.b && this.f753c == uVar.f753c;
}
public int hashCode() {
return (((int) this.b) * 31) + ((int) this.f753c);
}
public String toString() {
StringBuilder L = a.L("[timeUs=");
L.append(this.b);
L.append(", position=");
return a.A(L, this.f753c, "]");
}
}