Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.google.android.gms.internal.maps;
|
||||
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zzbn extends zzbx {
|
||||
private final Object zza;
|
||||
private boolean zzb;
|
||||
|
||||
zzbn(Object obj) {
|
||||
this.zza = obj;
|
||||
}
|
||||
|
||||
@Override // java.util.Iterator
|
||||
public final boolean hasNext() {
|
||||
return !this.zzb;
|
||||
}
|
||||
|
||||
@Override // java.util.Iterator
|
||||
public final Object next() {
|
||||
if (this.zzb) {
|
||||
throw new NoSuchElementException();
|
||||
}
|
||||
this.zzb = true;
|
||||
return this.zza;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user