package p138.p145.p146;

import p138.p145.p146.AbstractC2820;
import p138.p145.p146.p170.p172.C3221;
import p138.p145.p146.p170.p172.InterfaceC3224;

/* JADX INFO: renamed from: ދ.ؠ.֏.ވ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC2820<CHILD extends AbstractC2820<CHILD, TranscodeType>, TranscodeType> implements Cloneable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public InterfaceC3224<? super TranscodeType> f8703 = (InterfaceC3224<? super TranscodeType>) C3221.f9563;

    public Object clone() {
        try {
            return (AbstractC2820) super.clone();
        } catch (CloneNotSupportedException e) {
            throw new RuntimeException(e);
        }
    }

    /* JADX INFO: renamed from: clone, reason: collision with other method in class */
    public final CHILD m4926clone() {
        try {
            return (CHILD) super.clone();
        } catch (CloneNotSupportedException e) {
            throw new RuntimeException(e);
        }
    }
}
