Cursor$Decision.smali

.class public final enum Lorg/ardverk/collection/Cursor$Decision;
.super Ljava/lang/Enum;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lorg/ardverk/collection/Cursor;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x4019
    name = "Decision"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Enum",
        "<",
        "Lorg/ardverk/collection/Cursor$Decision;",
        ">;"
    }
.end annotation


# static fields
.field private static final synthetic $VALUES:[Lorg/ardverk/collection/Cursor$Decision;

.field public static final enum CONTINUE:Lorg/ardverk/collection/Cursor$Decision;

.field public static final enum EXIT:Lorg/ardverk/collection/Cursor$Decision;

.field public static final enum REMOVE:Lorg/ardverk/collection/Cursor$Decision;

.field public static final enum REMOVE_AND_EXIT:Lorg/ardverk/collection/Cursor$Decision;


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

    const/4 v5, 0x3

    const/4 v4, 0x2

    const/4 v3, 0x1

    const/4 v2, 0x0

    new-instance v0, Lorg/ardverk/collection/Cursor$Decision;

    const-string v1, "EXIT"

    invoke-direct {v0, v1, v2}, Lorg/ardverk/collection/Cursor$Decision;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lorg/ardverk/collection/Cursor$Decision;->EXIT:Lorg/ardverk/collection/Cursor$Decision;

    new-instance v0, Lorg/ardverk/collection/Cursor$Decision;

    const-string v1, "CONTINUE"

    invoke-direct {v0, v1, v3}, Lorg/ardverk/collection/Cursor$Decision;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lorg/ardverk/collection/Cursor$Decision;->CONTINUE:Lorg/ardverk/collection/Cursor$Decision;

    new-instance v0, Lorg/ardverk/collection/Cursor$Decision;

    const-string v1, "REMOVE"

    invoke-direct {v0, v1, v4}, Lorg/ardverk/collection/Cursor$Decision;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lorg/ardverk/collection/Cursor$Decision;->REMOVE:Lorg/ardverk/collection/Cursor$Decision;

    new-instance v0, Lorg/ardverk/collection/Cursor$Decision;

    const-string v1, "REMOVE_AND_EXIT"

    invoke-direct {v0, v1, v5}, Lorg/ardverk/collection/Cursor$Decision;-><init>(Ljava/lang/String;I)V

    sput-object v0, Lorg/ardverk/collection/Cursor$Decision;->REMOVE_AND_EXIT:Lorg/ardverk/collection/Cursor$Decision;

    const/4 v0, 0x4

    new-array v0, v0, [Lorg/ardverk/collection/Cursor$Decision;

    sget-object v1, Lorg/ardverk/collection/Cursor$Decision;->EXIT:Lorg/ardverk/collection/Cursor$Decision;

    aput-object v1, v0, v2

    sget-object v1, Lorg/ardverk/collection/Cursor$Decision;->CONTINUE:Lorg/ardverk/collection/Cursor$Decision;

    aput-object v1, v0, v3

    sget-object v1, Lorg/ardverk/collection/Cursor$Decision;->REMOVE:Lorg/ardverk/collection/Cursor$Decision;

    aput-object v1, v0, v4

    sget-object v1, Lorg/ardverk/collection/Cursor$Decision;->REMOVE_AND_EXIT:Lorg/ardverk/collection/Cursor$Decision;

    aput-object v1, v0, v5

    sput-object v0, Lorg/ardverk/collection/Cursor$Decision;->$VALUES:[Lorg/ardverk/collection/Cursor$Decision;

    return-void
.end method

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

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

    return-void
.end method

.method public static valueOf(Ljava/lang/String;)Lorg/ardverk/collection/Cursor$Decision;
    .registers 2

    const-class v0, Lorg/ardverk/collection/Cursor$Decision;

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

    move-result-object v0

    check-cast v0, Lorg/ardverk/collection/Cursor$Decision;

    return-object v0
.end method

.method public static values()[Lorg/ardverk/collection/Cursor$Decision;
    .registers 1

    sget-object v0, Lorg/ardverk/collection/Cursor$Decision;->$VALUES:[Lorg/ardverk/collection/Cursor$Decision;

    invoke-virtual {v0}, [Lorg/ardverk/collection/Cursor$Decision;->clone()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, [Lorg/ardverk/collection/Cursor$Decision;

    return-object v0
.end method