mr$a$1.java
890 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
import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
import com.google.common.collect.ForwardingMapEntry;
import java.util.Iterator;
import java.util.Map.Entry;
final class mr$a$1
implements Iterator<Map.Entry<K, V>>
{
Map.Entry<K, V> a;
mr$a$1(mr.a parama, Iterator paramIterator) {}
public final boolean hasNext()
{
return this.b.hasNext();
}
public final void remove()
{
if (this.a != null) {}
for (boolean bool = true;; bool = false)
{
Preconditions.checkState(bool, "no calls to next() since the last call to remove()");
Object localObject = this.a.getValue();
this.b.remove();
mr.b(this.c.b, localObject);
return;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mr$a$1.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/