50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.io.Serializable;
|
|
import o.InterfaceC14912gbn;
|
|
|
|
/* renamed from: o.gbj, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14908gbj implements InterfaceC14912gbn, Serializable {
|
|
public static final C14908gbj e = new C14908gbj();
|
|
|
|
public final int hashCode() {
|
|
return 0;
|
|
}
|
|
|
|
private C14908gbj() {
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final InterfaceC14912gbn minusKey(InterfaceC14912gbn.HBt<?> hBt) {
|
|
C14957gcv.e(hBt, "");
|
|
return this;
|
|
}
|
|
|
|
public final String toString() {
|
|
return "EmptyCoroutineContext";
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final InterfaceC14912gbn plus(InterfaceC14912gbn interfaceC14912gbn) {
|
|
C14957gcv.e(interfaceC14912gbn, "");
|
|
return interfaceC14912gbn;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final <E extends InterfaceC14912gbn.Sts> E get(InterfaceC14912gbn.HBt<E> hBt) {
|
|
C14957gcv.e(hBt, "");
|
|
return null;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final <R> R fold(R r, InterfaceC14937gcb<? super R, ? super InterfaceC14912gbn.Sts, ? extends R> interfaceC14937gcb) {
|
|
C14957gcv.e(interfaceC14937gcb, "");
|
|
return r;
|
|
}
|
|
|
|
private final Object readResolve() {
|
|
return e;
|
|
}
|
|
}
|