package p402.p403;

import java.util.Iterator;
import p402.p411.p413.p414.InterfaceC6650;

/* JADX INFO: renamed from: ގ.ފ.ވ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC6566 implements Iterator<Integer>, InterfaceC6650 {
    @Override // java.util.Iterator
    public Integer next() {
        return Integer.valueOf(mo9797());
    }

    @Override // java.util.Iterator
    public void remove() {
        throw new UnsupportedOperationException("Operation is not supported for read-only collection");
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public abstract int mo9797();
}
