zzg.java
1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package com.google.android.gms.common.data;
import java.util.NoSuchElementException;
public class zzg<T>
extends zzb<T>
{
private T a;
public zzg(DataBuffer<T> paramDataBuffer)
{
super(paramDataBuffer);
}
public T next()
{
if (!hasNext())
{
int i = this.zzaDJ;
throw new NoSuchElementException(46 + "Cannot advance the iterator beyond " + i);
}
this.zzaDJ += 1;
if (this.zzaDJ == 0)
{
this.a = this.zzaDI.get(0);
if (!(this.a instanceof zzc))
{
String str = String.valueOf(this.a.getClass());
throw new IllegalStateException(String.valueOf(str).length() + 44 + "DataBuffer reference of type " + str + " is not movable");
}
}
else
{
((zzc)this.a).zzcG(this.zzaDJ);
}
return (T)this.a;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/common/data/zzg.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/