package c.i.a.c.a2; import androidx.annotation.Nullable; /* compiled from: SeekMap */ public interface t { /* compiled from: SeekMap */ public static final class a { public final u a; public final u b; public a(u uVar) { this.a = uVar; this.b = uVar; } public a(u uVar, u uVar2) { this.a = uVar; this.b = uVar2; } public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } if (obj == null || a.class != obj.getClass()) { return false; } a aVar = (a) obj; return this.a.equals(aVar.a) && this.b.equals(aVar.b); } public int hashCode() { return this.b.hashCode() + (this.a.hashCode() * 31); } public String toString() { String str; StringBuilder K = c.d.b.a.a.K("["); K.append(this.a); if (this.a.equals(this.b)) { str = ""; } else { StringBuilder K2 = c.d.b.a.a.K(", "); K2.append(this.b); str = K2.toString(); } return c.d.b.a.a.C(K, str, "]"); } } /* compiled from: SeekMap */ public static class b implements t { public final long a; public final a b; public b(long j, long j2) { this.a = j; this.b = new a(j2 == 0 ? u.a : new u(0, j2)); } @Override // c.i.a.c.a2.t public boolean c() { return false; } @Override // c.i.a.c.a2.t public a h(long j) { return this.b; } @Override // c.i.a.c.a2.t public long i() { return this.a; } } boolean c(); a h(long j); long i(); }