mu$b.java
1.13 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
import com.google.common.collect.Iterators;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
abstract class mu$b<T>
implements Iterator<T>
{
final Iterator<Map.Entry<K, Collection<V>>> b;
K c;
Collection<V> d;
Iterator<V> e;
mu$b(mu parammu)
{
this.b = mu.a(parammu).entrySet().iterator();
this.c = null;
this.d = null;
this.e = Iterators.a();
}
abstract T a(K paramK, V paramV);
public boolean hasNext()
{
return (this.b.hasNext()) || (this.e.hasNext());
}
public T next()
{
if (!this.e.hasNext())
{
Map.Entry localEntry = (Map.Entry)this.b.next();
this.c = localEntry.getKey();
this.d = ((Collection)localEntry.getValue());
this.e = this.d.iterator();
}
return (T)a(this.c, this.e.next());
}
public void remove()
{
this.e.remove();
if (this.d.isEmpty()) {
this.b.remove();
}
mu.b(this.f);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mu$b.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/