package g.e.b;

import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class l extends o implements Iterable<o> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final List<o> f4220f = new ArrayList();

    @Override // g.e.b.o
    public boolean a() {
        if (this.f4220f.size() == 1) {
            return this.f4220f.get(0).a();
        }
        throw new IllegalStateException();
    }

    @Override // g.e.b.o
    public String d() {
        if (this.f4220f.size() == 1) {
            return this.f4220f.get(0).d();
        }
        throw new IllegalStateException();
    }

    public boolean equals(Object obj) {
        return obj == this || ((obj instanceof l) && ((l) obj).f4220f.equals(this.f4220f));
    }

    public int hashCode() {
        return this.f4220f.hashCode();
    }

    @Override // java.lang.Iterable
    public Iterator<o> iterator() {
        return this.f4220f.iterator();
    }
}
