45 lines
1.0 KiB
Java
45 lines
1.0 KiB
Java
package o;
|
|
|
|
import java.util.EnumMap;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class WFF {
|
|
public final byte[] a;
|
|
public final String b;
|
|
public qCz[] c;
|
|
public final PTS d;
|
|
public Map<MoF, Object> e;
|
|
private final long f;
|
|
private final int h;
|
|
|
|
public WFF(String str, byte[] bArr, qCz[] qczArr, PTS pts) {
|
|
this(str, bArr, qczArr, pts, System.currentTimeMillis());
|
|
}
|
|
|
|
private WFF(String str, byte[] bArr, qCz[] qczArr, PTS pts, long j) {
|
|
this(str, bArr, bArr == null ? 0 : bArr.length << 3, qczArr, pts, j);
|
|
}
|
|
|
|
public WFF(String str, byte[] bArr, int i, qCz[] qczArr, PTS pts, long j) {
|
|
this.b = str;
|
|
this.a = bArr;
|
|
this.h = i;
|
|
this.c = qczArr;
|
|
this.d = pts;
|
|
this.e = null;
|
|
this.f = j;
|
|
}
|
|
|
|
public final void b(MoF moF, Object obj) {
|
|
if (this.e == null) {
|
|
this.e = new EnumMap(MoF.class);
|
|
}
|
|
this.e.put(moF, obj);
|
|
}
|
|
|
|
public final String toString() {
|
|
return this.b;
|
|
}
|
|
}
|