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

21 lines
421 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public final class uXA extends C0743NnU<BNK> {
public uXA(BNK bnk) {
super(bnk);
}
@Override // o.C0743NnU
public final String d(int i) {
if (i == 0) {
return super.d(i);
}
Integer j = ((BNK) this.a).j(i);
if (j == null) {
return null;
}
return String.format("0x%08x", j);
}
}