package com.google.android.gms.internal.ads;

import java.util.Collection;
import java.util.Iterator;
import java.util.Queue;

/* JADX INFO: loaded from: classes2.dex */
public abstract class yr1 extends rb implements Queue, Collection {
    @Override // java.util.Collection
    /* JADX INFO: renamed from: A, reason: merged with bridge method [inline-methods] */
    public final void clear() {
        ((nf1) this).f14580b.clear();
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: B, reason: merged with bridge method [inline-methods] */
    public final boolean contains(Object obj) {
        return ((nf1) this).f14580b.contains(obj);
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: C, reason: merged with bridge method [inline-methods] */
    public final boolean containsAll(Collection collection) {
        return ((nf1) this).f14580b.containsAll(collection);
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: D, reason: merged with bridge method [inline-methods] */
    public final boolean isEmpty() {
        return ((nf1) this).f14580b.isEmpty();
    }

    @Override // java.util.Collection, java.lang.Iterable
    /* JADX INFO: renamed from: E, reason: merged with bridge method [inline-methods] */
    public final Iterator iterator() {
        return ((nf1) this).f14580b.iterator();
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: F, reason: merged with bridge method [inline-methods] */
    public final boolean remove(Object obj) {
        return ((nf1) this).f14580b.remove(obj);
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: G, reason: merged with bridge method [inline-methods] */
    public final boolean removeAll(Collection collection) {
        return ((nf1) this).f14580b.removeAll(collection);
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: H, reason: merged with bridge method [inline-methods] */
    public final boolean retainAll(Collection collection) {
        return ((nf1) this).f14580b.retainAll(collection);
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: I, reason: merged with bridge method [inline-methods] */
    public final int size() {
        return ((nf1) this).f14580b.size();
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: J, reason: merged with bridge method [inline-methods] */
    public final Object[] toArray() {
        return ((nf1) this).f14580b.toArray();
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: K, reason: merged with bridge method [inline-methods] */
    public final Object[] toArray(Object[] objArr) {
        return ((nf1) this).f14580b.toArray(objArr);
    }

    @Override // java.util.Queue
    public final Object element() {
        return ((nf1) this).f14580b.element();
    }

    @Override // java.util.Queue
    public final boolean offer(Object obj) {
        return ((nf1) this).f14580b.offer(obj);
    }

    @Override // java.util.Queue
    public final Object peek() {
        return ((nf1) this).f14580b.peek();
    }

    @Override // java.util.Queue
    public final Object poll() {
        return ((nf1) this).f14580b.poll();
    }

    @Override // java.util.Collection
    /* JADX INFO: renamed from: z, reason: merged with bridge method [inline-methods] */
    public final boolean addAll(Collection collection) {
        return ((nf1) this).f14580b.addAll(collection);
    }

    @Override // java.util.Queue
    public final Object remove() {
        return ((nf1) this).f14580b.remove();
    }
}
