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 f758c;
public u(long j, long j2) {
this.b = j;
this.f758c = 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.f758c == uVar.f758c;
}
public int hashCode() {
return (((int) this.b) * 31) + ((int) this.f758c);
}
public String toString() {
StringBuilder K = a.K("[timeUs=");
K.append(this.b);
K.append(", position=");
return a.y(K, this.f758c, "]");
}
}