mu$c$1.java 994 Bytes
import com.google.common.base.Preconditions;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map.Entry;

final class mu$c$1
  implements Iterator<K>
{
  Map.Entry<K, Collection<V>> a;
  
  mu$c$1(mu.c paramc, Iterator paramIterator) {}
  
  public final boolean hasNext()
  {
    return this.b.hasNext();
  }
  
  public final K next()
  {
    this.a = ((Map.Entry)this.b.next());
    return (K)this.a.getKey();
  }
  
  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()");
      Collection localCollection = (Collection)this.a.getValue();
      this.b.remove();
      mu.b(this.c.a, localCollection.size());
      localCollection.clear();
      return;
    }
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/mu$c$1.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */