package p138.p329.p362.p366;

/* JADX INFO: renamed from: ދ.ށ.މ.ޅ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC6367 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public long f17785;

    public AbstractC6367(long j) {
        this.f17785 = j;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return obj != null && getClass() == obj.getClass() && this.f17785 == ((AbstractC6367) obj).f17785;
    }

    public int hashCode() {
        long j = this.f17785;
        return (int) (j ^ (j >>> 32));
    }
}
