42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class NTq {
|
|
private int b;
|
|
private int c;
|
|
private int f;
|
|
private final int h;
|
|
private int i;
|
|
private int j;
|
|
private final NTq a = null;
|
|
private boolean d = true;
|
|
private final boolean e = true;
|
|
private final AtomicReference<Sts> g = new AtomicReference<>(new Sts(4, new int[512], new String[128]));
|
|
|
|
public NTq(int i) {
|
|
this.h = i;
|
|
}
|
|
|
|
public final String toString() {
|
|
return String.format("[%s: size=%d, hashSize=%d, %d/%d/%d/%d pri/sec/ter/spill (=%s), total:%d]", getClass().getName(), 0, 0, 0, 0, 0, 0, 0, 0);
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
static final class Sts {
|
|
private String[] b;
|
|
private int[] e;
|
|
private int d = 64;
|
|
private int a = 0;
|
|
private int f = 4;
|
|
private int h = 448;
|
|
private int c = 512;
|
|
|
|
public Sts(int i, int[] iArr, String[] strArr) {
|
|
this.e = iArr;
|
|
this.b = strArr;
|
|
}
|
|
}
|
|
}
|