package p037.p115.p116;

/* JADX INFO: renamed from: މ.ޓ.֏.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C2441 implements InterfaceC2448 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final String f7733;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final Object[] f7734 = null;

    public C2441(String str) {
        this.f7733 = str;
    }

    @Override // p037.p115.p116.InterfaceC2448
    /* JADX INFO: renamed from: ֏ */
    public String mo4491() {
        return this.f7733;
    }

    @Override // p037.p115.p116.InterfaceC2448
    /* JADX INFO: renamed from: ֏ */
    public void mo4492(InterfaceC2447 interfaceC2447) {
        Object[] objArr = this.f7734;
        if (objArr == null) {
            return;
        }
        int length = objArr.length;
        int i = 0;
        while (i < length) {
            Object obj = objArr[i];
            i++;
            if (obj == null) {
                interfaceC2447.bindNull(i);
            } else if (obj instanceof byte[]) {
                interfaceC2447.bindBlob(i, (byte[]) obj);
            } else if (obj instanceof Float) {
                interfaceC2447.bindDouble(i, ((Float) obj).floatValue());
            } else if (obj instanceof Double) {
                interfaceC2447.bindDouble(i, ((Double) obj).doubleValue());
            } else if (obj instanceof Long) {
                interfaceC2447.bindLong(i, ((Long) obj).longValue());
            } else if (obj instanceof Integer) {
                interfaceC2447.bindLong(i, ((Integer) obj).intValue());
            } else if (obj instanceof Short) {
                interfaceC2447.bindLong(i, ((Short) obj).shortValue());
            } else if (obj instanceof Byte) {
                interfaceC2447.bindLong(i, ((Byte) obj).byteValue());
            } else if (obj instanceof String) {
                interfaceC2447.bindString(i, (String) obj);
            } else {
                if (!(obj instanceof Boolean)) {
                    throw new IllegalArgumentException("Cannot bind " + obj + " at index " + i + " Supported types: null, byte[], float, double, long, int, short, byte, string");
                }
                interfaceC2447.bindLong(i, ((Boolean) obj).booleanValue() ? 1L : 0L);
            }
        }
    }
}
