package o; import java.util.Iterator; /* renamed from: o.gaL, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public abstract class AbstractC14853gaL implements Iterator, InterfaceC14932gcO { public abstract int a(); @Override // java.util.Iterator public /* synthetic */ Integer next() { return Integer.valueOf(a()); } @Override // java.util.Iterator public void remove() { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } }