gc$b.java 1.89 KB
public final class gc$b
{
  public int a;
  public int b;
  public Object c;
  public int d;
  
  gc$b(int paramInt1, int paramInt2, int paramInt3, Object paramObject)
  {
    this.a = paramInt1;
    this.b = paramInt2;
    this.d = paramInt3;
    this.c = paramObject;
  }
  
  public final boolean equals(Object paramObject)
  {
    if (this == paramObject) {}
    do
    {
      do
      {
        do
        {
          return true;
          if ((paramObject == null) || (getClass() != paramObject.getClass())) {
            return false;
          }
          paramObject = (b)paramObject;
          if (this.a != ((b)paramObject).a) {
            return false;
          }
        } while ((this.a == 8) && (Math.abs(this.d - this.b) == 1) && (this.d == ((b)paramObject).b) && (this.b == ((b)paramObject).d));
        if (this.d != ((b)paramObject).d) {
          return false;
        }
        if (this.b != ((b)paramObject).b) {
          return false;
        }
        if (this.c == null) {
          break;
        }
      } while (this.c.equals(((b)paramObject).c));
      return false;
    } while (((b)paramObject).c == null);
    return false;
  }
  
  public final int hashCode()
  {
    return (this.a * 31 + this.b) * 31 + this.d;
  }
  
  public final String toString()
  {
    StringBuilder localStringBuilder = new StringBuilder().append(Integer.toHexString(System.identityHashCode(this))).append("[");
    String str;
    switch (this.a)
    {
    case 3: 
    case 5: 
    case 6: 
    case 7: 
    default: 
      str = "??";
    }
    for (;;)
    {
      return str + ",s:" + this.b + "c:" + this.d + ",p:" + this.c + "]";
      str = "add";
      continue;
      str = "rm";
      continue;
      str = "up";
      continue;
      str = "mv";
    }
  }
}


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