k$a.smali

.class public abstract enum Lcom/carrotsearch/hppc/k$a;
.super Ljava/lang/Enum;
.source "SourceFile"

# interfaces
.implements Ljava/util/concurrent/Callable;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/carrotsearch/hppc/k;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x4409
    name = "a"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Enum<",
        "Lcom/carrotsearch/hppc/k$a;",
        ">;",
        "Ljava/util/concurrent/Callable<",
        "Lcom/carrotsearch/hppc/l;",
        ">;"
    }
.end annotation


# static fields
.field private static final synthetic $VALUES:[Lcom/carrotsearch/hppc/k$a;

.field public static final enum DETERMINISTIC:Lcom/carrotsearch/hppc/k$a;

.field public static final enum NONE:Lcom/carrotsearch/hppc/k$a;

.field public static final enum RANDOM:Lcom/carrotsearch/hppc/k$a;


# direct methods
.method static constructor <clinit>()V
    .registers 6

    .line 20
    new-instance v0, Lcom/carrotsearch/hppc/k$a$1;

    const/4 v1, 0x0

    const-string v2, "RANDOM"

    invoke-direct {v0, v2, v1}, Lcom/carrotsearch/hppc/k$a$1;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lcom/carrotsearch/hppc/k$a;->RANDOM:Lcom/carrotsearch/hppc/k$a;

    .line 26
    new-instance v0, Lcom/carrotsearch/hppc/k$a$2;

    const/4 v2, 0x1

    const-string v3, "DETERMINISTIC"

    invoke-direct {v0, v3, v2}, Lcom/carrotsearch/hppc/k$a$2;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lcom/carrotsearch/hppc/k$a;->DETERMINISTIC:Lcom/carrotsearch/hppc/k$a;

    .line 32
    new-instance v0, Lcom/carrotsearch/hppc/k$a$3;

    const/4 v3, 0x2

    const-string v4, "NONE"

    invoke-direct {v0, v4, v3}, Lcom/carrotsearch/hppc/k$a$3;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lcom/carrotsearch/hppc/k$a;->NONE:Lcom/carrotsearch/hppc/k$a;

    const/4 v4, 0x3

    new-array v4, v4, [Lcom/carrotsearch/hppc/k$a;

    .line 19
    sget-object v5, Lcom/carrotsearch/hppc/k$a;->RANDOM:Lcom/carrotsearch/hppc/k$a;

    aput-object v5, v4, v1

    sget-object v1, Lcom/carrotsearch/hppc/k$a;->DETERMINISTIC:Lcom/carrotsearch/hppc/k$a;

    aput-object v1, v4, v2

    aput-object v0, v4, v3

    sput-object v4, Lcom/carrotsearch/hppc/k$a;->$VALUES:[Lcom/carrotsearch/hppc/k$a;

    return-void
.end method

.method private constructor <init>(Ljava/lang/String;I)V
    .registers 3
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()V"
        }
    .end annotation

    .line 19
    invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V

    return-void
.end method

.method synthetic constructor <init>(Ljava/lang/String;ILcom/carrotsearch/hppc/k$1;)V
    .registers 4

    .line 19
    invoke-direct {p0, p1, p2}, Lcom/carrotsearch/hppc/k$a;-><init>(Ljava/lang/String;I)V

    return-void
.end method

.method public static valueOf(Ljava/lang/String;)Lcom/carrotsearch/hppc/k$a;
    .registers 2

    .line 19
    const-class v0, Lcom/carrotsearch/hppc/k$a;

    invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;

    move-result-object p0

    check-cast p0, Lcom/carrotsearch/hppc/k$a;

    return-object p0
.end method

.method public static values()[Lcom/carrotsearch/hppc/k$a;
    .registers 1

    .line 19
    sget-object v0, Lcom/carrotsearch/hppc/k$a;->$VALUES:[Lcom/carrotsearch/hppc/k$a;

    invoke-virtual {v0}, [Lcom/carrotsearch/hppc/k$a;->clone()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, [Lcom/carrotsearch/hppc/k$a;

    return-object v0
.end method