20 lines
554 B
Java
20 lines
554 B
Java
package o;
|
|
|
|
import java.util.Iterator;
|
|
|
|
/* renamed from: o.gaL, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public abstract class AbstractC14853gaL implements Iterator<Integer>, 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");
|
|
}
|
|
}
|