what-the-bank/sources/o/CVP.java

31 lines
568 B
Java

package o;
import o.CWH;
/* loaded from: classes.dex */
public final class CVP extends CWH {
private /* synthetic */ CVP(byte b) {
this(CWH.RVV.b);
}
public CVP(CWH cwh) {
C14957gcv.e(cwh, "");
this.d.putAll(cwh.d);
}
@Override // o.CWH
public final <T> T d(CWH.Sts<T> sts) {
C14957gcv.e(sts, "");
return (T) this.d.get(sts);
}
public final <T> void c(CWH.Sts<T> sts, T t) {
C14957gcv.e(sts, "");
this.d.put(sts, t);
}
public CVP() {
this((byte) 0);
}
}