discord-jadx/app/src/main/java/com/google/zxing/Result.java

54 lines
1.2 KiB
Java

package com.google.zxing;
import c.i.e.a;
import c.i.e.j;
import c.i.e.k;
import java.util.EnumMap;
import java.util.Map;
public final class Result {
public final String a;
public final byte[] b;
/* renamed from: c reason: collision with root package name */
public k[] f2385c;
public final a d;
public Map<j, Object> e = null;
public Result(String str, byte[] bArr, int i, k[] kVarArr, a aVar, long j) {
this.a = str;
this.b = bArr;
this.f2385c = kVarArr;
this.d = aVar;
}
public Result(String str, byte[] bArr, k[] kVarArr, a aVar) {
System.currentTimeMillis();
this.a = str;
this.b = bArr;
this.f2385c = kVarArr;
this.d = aVar;
}
public void a(Map<j, Object> map) {
if (map != null) {
Map<j, Object> map2 = this.e;
if (map2 == null) {
this.e = map;
} else {
map2.putAll(map);
}
}
}
public void b(j jVar, Object obj) {
if (this.e == null) {
this.e = new EnumMap(j.class);
}
this.e.put(jVar, obj);
}
public String toString() {
return this.a;
}
}