76 lines
1.8 KiB
Smali
76 lines
1.8 KiB
Smali
.class Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;
|
|
.super Ljava/lang/Object;
|
|
.source "TableInfo.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Comparable;
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroid/support/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroid/arch/persistence/room/util/TableInfo;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x8
|
|
name = "ForeignKeyWithSequence"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/lang/Comparable<",
|
|
"Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final a:I
|
|
|
|
.field final b:I
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;)I
|
|
.locals 2
|
|
|
|
.line 476
|
|
iget v0, p0, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;->a:I
|
|
|
|
iget v1, p1, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;->a:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 478
|
|
iget v0, p0, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;->b:I
|
|
|
|
iget p1, p1, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;->b:I
|
|
|
|
sub-int/2addr v0, p1
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public synthetic compareTo(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 460
|
|
check-cast p1, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;
|
|
|
|
invoke-virtual {p0, p1}, Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;->a(Landroid/arch/persistence/room/util/TableInfo$ForeignKeyWithSequence;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|