package p138.p145.p146.p151.p158;

import java.util.Queue;
import p138.p145.p146.p174.C3237;
import p138.p145.p146.p174.C3240;

/* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ފ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C3025<A, B> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C3237<C3027<A>, B> f9194;

    /* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ފ$֏, reason: contains not printable characters */
    public class C3026 extends C3237<C3027<A>, B> {
        public C3026(C3025 c3025, long j) {
            super(j);
        }

        @Override // p138.p145.p146.p174.C3237
        /* JADX INFO: renamed from: ֏ */
        public void mo5125(Object obj, Object obj2) {
            ((C3027) obj).m5147();
        }
    }

    /* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ފ$ؠ, reason: contains not printable characters */
    public static final class C3027<A> {

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public static final Queue<C3027<?>> f9195 = C3240.m5334(0);

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

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public int f9197;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public A f9198;

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public static <A> C3027<A> m5146(A a, int i, int i2) {
            C3027<A> c3027;
            synchronized (f9195) {
                c3027 = (C3027) f9195.poll();
            }
            if (c3027 == null) {
                c3027 = new C3027<>();
            }
            c3027.f9198 = a;
            c3027.f9197 = i;
            c3027.f9196 = i2;
            return c3027;
        }

        public boolean equals(Object obj) {
            if (!(obj instanceof C3027)) {
                return false;
            }
            C3027 c3027 = (C3027) obj;
            return this.f9197 == c3027.f9197 && this.f9196 == c3027.f9196 && this.f9198.equals(c3027.f9198);
        }

        public int hashCode() {
            return this.f9198.hashCode() + (((this.f9196 * 31) + this.f9197) * 31);
        }

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public void m5147() {
            synchronized (f9195) {
                f9195.offer(this);
            }
        }
    }

    public C3025(long j) {
        this.f9194 = new C3026(this, j);
    }
}
