93 lines
2.3 KiB
Java
93 lines
2.3 KiB
Java
|
package o;
|
||
|
|
||
|
import java.io.ObjectStreamException;
|
||
|
import java.io.Serializable;
|
||
|
|
||
|
/* renamed from: o.gcn, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class AbstractC14949gcn implements InterfaceC14979gdk, Serializable {
|
||
|
public static final Object i = RVV.d;
|
||
|
private transient InterfaceC14979gdk a;
|
||
|
private final Class b;
|
||
|
private final boolean c;
|
||
|
private final String d;
|
||
|
private final String e;
|
||
|
public final Object f;
|
||
|
|
||
|
protected abstract InterfaceC14979gdk c();
|
||
|
|
||
|
/* renamed from: o.gcn$RVV */
|
||
|
/* loaded from: classes.dex */
|
||
|
static class RVV implements Serializable {
|
||
|
private static final RVV d = new RVV();
|
||
|
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
private Object readResolve() throws ObjectStreamException {
|
||
|
return d;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public AbstractC14949gcn() {
|
||
|
this(i);
|
||
|
}
|
||
|
|
||
|
private AbstractC14949gcn(Object obj) {
|
||
|
this(obj, null, null, null, false);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public AbstractC14949gcn(Object obj, Class cls, String str, String str2, boolean z) {
|
||
|
this.f = obj;
|
||
|
this.b = cls;
|
||
|
this.d = str;
|
||
|
this.e = str2;
|
||
|
this.c = z;
|
||
|
}
|
||
|
|
||
|
public final InterfaceC14979gdk e() {
|
||
|
InterfaceC14979gdk interfaceC14979gdk = this.a;
|
||
|
if (interfaceC14979gdk != null) {
|
||
|
return interfaceC14979gdk;
|
||
|
}
|
||
|
InterfaceC14979gdk c = c();
|
||
|
this.a = c;
|
||
|
return c;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public InterfaceC14979gdk b() {
|
||
|
InterfaceC14979gdk interfaceC14979gdk = this.a;
|
||
|
if (interfaceC14979gdk == null) {
|
||
|
interfaceC14979gdk = c();
|
||
|
this.a = interfaceC14979gdk;
|
||
|
}
|
||
|
if (interfaceC14979gdk != this) {
|
||
|
return interfaceC14979gdk;
|
||
|
}
|
||
|
throw new C14892gbP();
|
||
|
}
|
||
|
|
||
|
public final InterfaceC14983gdo a() {
|
||
|
Class cls = this.b;
|
||
|
if (cls == null) {
|
||
|
return null;
|
||
|
}
|
||
|
return this.c ? C14929gcJ.d(cls) : C14929gcJ.c(cls);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14979gdk
|
||
|
public final Object a(Object... objArr) {
|
||
|
return b().a(objArr);
|
||
|
}
|
||
|
|
||
|
public final String h() {
|
||
|
return this.e;
|
||
|
}
|
||
|
|
||
|
public final String d() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|