package w1; import java.util.Collections; import java.util.List; /* loaded from: classes.dex */ public interface m { public static class a { /* renamed from: a, reason: collision with root package name */ public final q1.f f15056a; /* renamed from: b, reason: collision with root package name */ public final List f15057b; /* renamed from: c, reason: collision with root package name */ public final com.bumptech.glide.load.data.d f15058c; public a(q1.f fVar, com.bumptech.glide.load.data.d dVar) { this(fVar, Collections.emptyList(), dVar); } public a(q1.f fVar, List list, com.bumptech.glide.load.data.d dVar) { this.f15056a = (q1.f) m2.j.d(fVar); this.f15057b = (List) m2.j.d(list); this.f15058c = (com.bumptech.glide.load.data.d) m2.j.d(dVar); } } boolean a(Object obj); a b(Object obj, int i10, int i11, q1.h hVar); }