Pair.smali
.class public final Lkotlin/Pair;
.super Ljava/lang/Object;
.source "Tuples.kt"
# interfaces
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<A:",
"Ljava/lang/Object;",
"B:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Ljava/io/Serializable;"
}
.end annotation
# instance fields
.field private final first:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TA;"
}
.end annotation
.end field
.field private final second:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TB;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/Object;Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TA;TB;)V"
}
.end annotation
.prologue
.line 20
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
iput-object p2, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
return-void
.end method
.method public static synthetic copy$default(Lkotlin/Pair;Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)Lkotlin/Pair;
.registers 6
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
and-int/lit8 v0, p3, 0x1
if-eqz v0, :cond_6
iget-object p1, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
:cond_6
and-int/lit8 v0, p3, 0x2
if-eqz v0, :cond_c
iget-object p2, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
:cond_c
invoke-virtual {p0, p1, p2}, Lkotlin/Pair;->copy(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
move-result-object v0
return-object v0
.end method
# virtual methods
.method public final component1()Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TA;"
}
.end annotation
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
return-object v0
.end method
.method public final component2()Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TB;"
}
.end annotation
iget-object v0, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
return-object v0
.end method
.method public final copy(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(TA;TB;)",
"Lkotlin/Pair",
"<TA;TB;>;"
}
.end annotation
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
new-instance v0, Lkotlin/Pair;
invoke-direct {v0, p1, p2}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
return-object v0
.end method
.method public final equals(Ljava/lang/Object;)Z
.registers 4
if-eq p0, p1, :cond_1c
instance-of v0, p1, Lkotlin/Pair;
if-eqz v0, :cond_1e
check-cast p1, Lkotlin/Pair;
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
iget-object v1, p1, Lkotlin/Pair;->first:Ljava/lang/Object;
invoke-static {v0, v1}, Lkotlin/jvm/internal/e;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_1e
iget-object v0, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
iget-object v1, p1, Lkotlin/Pair;->second:Ljava/lang/Object;
invoke-static {v0, v1}, Lkotlin/jvm/internal/e;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_1e
:cond_1c
const/4 v0, 0x1
:goto_1d
return v0
:cond_1e
const/4 v0, 0x0
goto :goto_1d
.end method
.method public final getFirst()Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TA;"
}
.end annotation
.prologue
.line 21
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
return-object v0
.end method
.method public final getSecond()Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TB;"
}
.end annotation
.prologue
.line 22
iget-object v0, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
return-object v0
.end method
.method public final hashCode()I
.registers 4
const/4 v1, 0x0
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
if-eqz v0, :cond_15
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
:goto_9
mul-int/lit8 v0, v0, 0x1f
iget-object v2, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
if-eqz v2, :cond_13
invoke-virtual {v2}, Ljava/lang/Object;->hashCode()I
move-result v1
:cond_13
add-int/2addr v0, v1
return v0
:cond_15
move v0, v1
goto :goto_9
.end method
.method public final toString()Ljava/lang/String;
.registers 3
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.prologue
.line 28
new-instance v0, Ljava/lang/StringBuilder;
const-string v1, "("
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
iget-object v1, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
move-result-object v0
const-string v1, ", "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget-object v1, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
move-result-object v0
const/16 v1, 0x29
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method