package okhttp3;

import K4.a;
import java.util.Iterator;

/* JADX INFO: loaded from: classes3.dex */
public final class Cache$urls$1 implements Iterator<String>, a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public boolean f21926a;

    @Override // java.util.Iterator
    public final boolean hasNext() {
        this.f21926a = false;
        throw null;
    }

    @Override // java.util.Iterator
    public final String next() {
        this.f21926a = false;
        throw null;
    }

    @Override // java.util.Iterator
    public final void remove() {
        if (!this.f21926a) {
            throw new IllegalStateException("remove() before next()");
        }
        throw null;
    }
}
