package c.i.a.c.h2.y; import androidx.annotation.Nullable; import c.d.b.a.a; import java.io.File; /* compiled from: CacheSpan */ public class h implements Comparable { public final String i; public final long j; public final long k; public final boolean l; @Nullable public final File m; public final long n; public h(String str, long j, long j2, long j3, @Nullable File file) { this.i = str; this.j = j; this.k = j2; this.l = file != null; this.m = file; this.n = j3; } /* renamed from: f */ public int compareTo(h hVar) { if (!this.i.equals(hVar.i)) { return this.i.compareTo(hVar.i); } int i = ((this.j - hVar.j) > 0 ? 1 : ((this.j - hVar.j) == 0 ? 0 : -1)); if (i == 0) { return 0; } return i < 0 ? -1 : 1; } @Override // java.lang.Object public String toString() { StringBuilder K = a.K("["); K.append(this.j); K.append(", "); return a.y(K, this.k, "]"); } }