package com.google.android.m4b.maps.bb;

public final class c
{
  private static int b;
  private static int c;
  private static final c[] d;
  private final int a;

  static
  {
    int i = 1;
    b = i;
    c = 22;
    d = new c[22];
    int j = 256;
    while (i <= 22)
    {
      d[(i - 1)] = new c(i, j);
      j *= 2;
      i++;
    }
  }

  private c(int paramInt1, int paramInt2)
  {
    this.a = paramInt2;
  }

  public static c a(int paramInt)
  {
    int i = b;
    c localc = null;
    if (22 >= i)
    {
      if (22 > c)
        paramInt = c;
      localc = d[(paramInt - 1)];
    }
    return localc;
  }

  public final int a()
  {
    return this.a;
  }

  public final String toString()
  {
    return super.toString();
  }
}

/* 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.bb.c
 * JD-Core Version:    0.6.2
 */