19 lines
470 B
Java
19 lines
470 B
Java
|
package o;
|
||
|
|
||
|
import java.util.Iterator;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public abstract class gaR implements Iterator<Long>, InterfaceC14932gcO {
|
||
|
public abstract long d();
|
||
|
|
||
|
@Override // java.util.Iterator
|
||
|
public /* synthetic */ Long next() {
|
||
|
return Long.valueOf(d());
|
||
|
}
|
||
|
|
||
|
@Override // java.util.Iterator
|
||
|
public void remove() {
|
||
|
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
|
||
|
}
|
||
|
}
|