31 lines
870 B
Java
31 lines
870 B
Java
package o;
|
|
|
|
/* renamed from: o.gcX, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public abstract class AbstractC14935gcX<V> implements InterfaceC14933gcS<Object, V> {
|
|
private V b;
|
|
|
|
public AbstractC14935gcX(V v) {
|
|
this.b = v;
|
|
}
|
|
|
|
@Override // o.InterfaceC14933gcS
|
|
public final void c(InterfaceC14984gdp<?> interfaceC14984gdp, V v) {
|
|
C14957gcv.e(interfaceC14984gdp, "");
|
|
V v2 = this.b;
|
|
C14957gcv.e(interfaceC14984gdp, "");
|
|
this.b = v;
|
|
b(interfaceC14984gdp, v2, v);
|
|
}
|
|
|
|
@Override // o.InterfaceC14933gcS
|
|
public final V c(InterfaceC14984gdp<?> interfaceC14984gdp) {
|
|
C14957gcv.e(interfaceC14984gdp, "");
|
|
return this.b;
|
|
}
|
|
|
|
protected void b(InterfaceC14984gdp<?> interfaceC14984gdp, V v, V v2) {
|
|
C14957gcv.e(interfaceC14984gdp, "");
|
|
}
|
|
}
|