24 lines
1.2 KiB
Java
24 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import o.InterfaceC14912gbn;
|
||
|
import o.InterfaceC14912gbn.Sts;
|
||
|
|
||
|
/* renamed from: o.gbh, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class AbstractC14906gbh<B extends InterfaceC14912gbn.Sts, E extends B> implements InterfaceC14912gbn.HBt<E> {
|
||
|
public final InterfaceC14912gbn.HBt<?> a;
|
||
|
public final InterfaceC14894gbR<InterfaceC14912gbn.Sts, E> b;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
/* JADX WARN: Type inference failed for: r2v1, types: [o.gbn$HBt<?>] */
|
||
|
/* JADX WARN: Type inference failed for: r2v5 */
|
||
|
/* JADX WARN: Type inference failed for: r2v6 */
|
||
|
/* JADX WARN: Type inference failed for: r3v0, types: [java.lang.Object, o.gbR<o.gbn$Sts, E extends B>, o.gbR<? super o.gbn$Sts, ? extends E extends B>] */
|
||
|
public AbstractC14906gbh(InterfaceC14912gbn.HBt<B> hBt, InterfaceC14894gbR<? super InterfaceC14912gbn.Sts, ? extends E> interfaceC14894gbR) {
|
||
|
C14957gcv.e(hBt, "");
|
||
|
C14957gcv.e((Object) interfaceC14894gbR, "");
|
||
|
this.b = interfaceC14894gbR;
|
||
|
this.a = hBt instanceof AbstractC14906gbh ? (InterfaceC14912gbn.HBt<B>) ((AbstractC14906gbh) hBt).a : hBt;
|
||
|
}
|
||
|
}
|