Ints.smali

.class public Lcom/facebook/common/internal/Ints;
.super Ljava/lang/Object;
.source "SourceFile"


# direct methods
.method private constructor <init>()V
    .registers 1

    .line 29
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method public static varargs max([I)I
    .registers 4

    .line 40
    array-length v0, p0

    const/4 v1, 0x0

    const/4 v2, 0x1

    if-lez v0, :cond_7

    const/4 v0, 0x1

    goto :goto_8

    :cond_7
    const/4 v0, 0x0

    :goto_8
    invoke-static {v0}, Lcom/facebook/common/internal/Preconditions;->checkArgument(Z)V

    .line 41
    aget v0, p0, v1

    .line 42
    :goto_d
    array-length v1, p0

    if-ge v2, v1, :cond_19

    .line 43
    aget v1, p0, v2

    if-le v1, v0, :cond_16

    .line 44
    aget v0, p0, v2

    :cond_16
    add-int/lit8 v2, v2, 0x1

    goto :goto_d

    :cond_19
    return v0
.end method