what-the-bank/sources/o/EnumC15686hkD.java

28 lines
709 B
Java

package o;
import o.MTP;
/* renamed from: o.hkD, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public enum EnumC15686hkD implements MTP.IeS {
NULL_VALUE(0),
UNRECOGNIZED(-1);
public static final int NULL_VALUE_VALUE = 0;
private static final MTP.HBt<EnumC15686hkD> internalValueMap = new MTP.HBt<EnumC15686hkD>() { // from class: o.hkD.3
};
public final int value;
@Override // o.MTP.IeS
public final int d() {
if (this != UNRECOGNIZED) {
return this.value;
}
throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
}
EnumC15686hkD(int i) {
this.value = i;
}
}