56 lines
1.3 KiB
Java
56 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.Collection;
|
|
import java.util.EnumSet;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FvX {
|
|
private static final Set<PTS> b;
|
|
private static final Set<PTS> c;
|
|
private static final Set<PTS> e;
|
|
private static final Set<PTS> g;
|
|
private static final Set<PTS> h;
|
|
private static final Set<PTS> d = EnumSet.of(PTS.AZTEC);
|
|
private static final Set<PTS> a = EnumSet.of(PTS.DATA_MATRIX);
|
|
|
|
static {
|
|
EnumSet of = EnumSet.of(PTS.CODE_39, PTS.CODE_93, PTS.CODE_128, PTS.ITF, PTS.CODABAR);
|
|
e = of;
|
|
c = EnumSet.of(PTS.MAXICODE);
|
|
EnumSet of2 = EnumSet.of(PTS.UPC_A, PTS.UPC_E, PTS.EAN_13, PTS.EAN_8, PTS.RSS_14, PTS.RSS_EXPANDED);
|
|
h = of2;
|
|
b = EnumSet.of(PTS.PDF_417);
|
|
g = EnumSet.of(PTS.QR_CODE);
|
|
EnumSet.copyOf((Collection) of2).addAll(of);
|
|
}
|
|
|
|
public static Set<PTS> j() {
|
|
return g;
|
|
}
|
|
|
|
public static Set<PTS> f() {
|
|
return h;
|
|
}
|
|
|
|
public static Set<PTS> e() {
|
|
return b;
|
|
}
|
|
|
|
public static Set<PTS> d() {
|
|
return c;
|
|
}
|
|
|
|
public static Set<PTS> c() {
|
|
return e;
|
|
}
|
|
|
|
public static Set<PTS> b() {
|
|
return a;
|
|
}
|
|
|
|
public static Set<PTS> a() {
|
|
return d;
|
|
}
|
|
}
|