21 lines
421 B
Java
21 lines
421 B
Java
|
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);
|
||
|
}
|
||
|
}
|