pq$a.java 1.47 KB
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Table.Cell;
import com.google.common.collect.UnmodifiableIterator;
import javax.annotation.Nullable;

final class pq$a
  extends ImmutableSet<Table.Cell<R, C, V>>
{
  private pq$a(pq parampq) {}
  
  final boolean a()
  {
    return false;
  }
  
  final ImmutableList<Table.Cell<R, C, V>> c()
  {
    new op()
    {
      final ImmutableCollection<Table.Cell<R, C, V>> b()
      {
        return pq.a.this;
      }
    };
  }
  
  public final boolean contains(@Nullable Object paramObject)
  {
    boolean bool2 = false;
    boolean bool1 = bool2;
    if ((paramObject instanceof Table.Cell))
    {
      paramObject = (Table.Cell)paramObject;
      Object localObject = this.a.get(((Table.Cell)paramObject).getRowKey(), ((Table.Cell)paramObject).getColumnKey());
      bool1 = bool2;
      if (localObject != null)
      {
        bool1 = bool2;
        if (localObject.equals(((Table.Cell)paramObject).getValue())) {
          bool1 = true;
        }
      }
    }
    return bool1;
  }
  
  public final UnmodifiableIterator<Table.Cell<R, C, V>> iterator()
  {
    return asList().iterator();
  }
  
  public final int size()
  {
    return this.a.size();
  }
}


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