package com.google.android.m4b.maps.aj;

public final class c
{
  private final a.c a;
  private final int b;

  public c(a.c paramc, int paramInt)
  {
    this.a = paramc;
    this.b = paramInt;
  }

  public final a.c a()
  {
    return this.a;
  }

  public final int b()
  {
    return this.b;
  }

  public final boolean equals(Object paramObject)
  {
    if (this == paramObject)
      return true;
    if ((paramObject instanceof c))
      return this.a.equals(((c)paramObject).a);
    if ((paramObject instanceof a.c))
      return this.a.equals(paramObject);
    return false;
  }

  public final int hashCode()
  {
    return this.a.hashCode();
  }

  public final String toString()
  {
    return "{" + getClass().getSimpleName() + ":mId=" + this.a + ", mLevelNumberE3=" + this.b + "}";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.m4b.maps.aj.c
 * JD-Core Version:    0.6.2
 */