mu$l.java 857 Bytes
import com.google.common.collect.Sets;
import java.util.Collection;
import java.util.Set;
import javax.annotation.Nullable;

final class mu$l
  extends mu<K, V>.i
  implements Set<V>
{
  mu$l(K paramK, @Nullable Set<V> paramSet)
  {
    super(paramK, paramSet, localCollection, null);
  }
  
  public final boolean removeAll(Collection<?> paramCollection)
  {
    boolean bool1;
    if (paramCollection.isEmpty()) {
      bool1 = false;
    }
    int i;
    boolean bool2;
    do
    {
      return bool1;
      i = size();
      bool2 = Sets.a((Set)this.c, paramCollection);
      bool1 = bool2;
    } while (!bool2);
    int j = this.c.size();
    mu.a(this.a, j - i);
    b();
    return bool2;
  }
}


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