package l6; import java.util.Collections; import java.util.List; /* loaded from: classes2.dex */ public interface m { public static class a { /* renamed from: a, reason: collision with root package name */ public final e6.h f11674a; /* renamed from: b, reason: collision with root package name */ public final List f11675b; /* renamed from: c, reason: collision with root package name */ public final f6.d f11676c; public a(e6.h hVar, f6.d dVar) { this(hVar, Collections.emptyList(), dVar); } public a(e6.h hVar, List list, f6.d dVar) { this.f11674a = (e6.h) b7.j.d(hVar); this.f11675b = (List) b7.j.d(list); this.f11676c = (f6.d) b7.j.d(dVar); } } boolean a(Object obj); a b(Object obj, int i10, int i11, e6.j jVar); }