Ints.smali
.class public Lcom/facebook/common/internal/Ints;
.super Ljava/lang/Object;
.source "Ints.java"
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static varargs max([I)I
.registers 4
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
aget v0, p0, v1
:goto_d
array-length v1, p0
if-ge v2, v1, :cond_19
aget v1, p0, v2
if-le v1, v0, :cond_16
aget v0, p0, v2
:cond_16
add-int/lit8 v2, v2, 0x1
goto :goto_d
:cond_19
return v0
.end method