32 lines
804 B
Java
32 lines
804 B
Java
|
package com.google.android.libraries.places.internal;
|
||
|
|
||
|
import java.util.NoSuchElementException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzadu extends zzadw {
|
||
|
final zzaed zza;
|
||
|
private int zzb = 0;
|
||
|
private final int zzc;
|
||
|
|
||
|
@Override // com.google.android.libraries.places.internal.zzady
|
||
|
public final byte zza() {
|
||
|
int i = this.zzb;
|
||
|
if (i >= this.zzc) {
|
||
|
throw new NoSuchElementException();
|
||
|
}
|
||
|
this.zzb = i + 1;
|
||
|
return this.zza.zzb(i);
|
||
|
}
|
||
|
|
||
|
@Override // java.util.Iterator
|
||
|
public final boolean hasNext() {
|
||
|
return this.zzb < this.zzc;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzadu(zzaed zzaedVar) {
|
||
|
this.zza = zzaedVar;
|
||
|
this.zzc = zzaedVar.zzd();
|
||
|
}
|
||
|
}
|