package o.a.h.d;

import java.util.concurrent.atomic.AtomicInteger;

/* JADX INFO: loaded from: classes.dex */
public abstract class a<T> extends AtomicInteger implements o.a.h.c.a<T> {
    @Override // o.a.h.c.b
    public final boolean offer(T t2) {
        throw new UnsupportedOperationException("Should not be called");
    }
}
