mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
234 lines
6 KiB
Smali
234 lines
6 KiB
Smali
![]() |
.class Lcom/google/common/collect/RegularImmutableMap$EntrySet;
|
||
|
.super Lcom/google/common/collect/ImmutableSet;
|
||
|
.source "RegularImmutableMap.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lcom/google/common/collect/RegularImmutableMap;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x8
|
||
|
name = "EntrySet"
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"<K:",
|
||
|
"Ljava/lang/Object;",
|
||
|
"V:",
|
||
|
"Ljava/lang/Object;",
|
||
|
">",
|
||
|
"Lcom/google/common/collect/ImmutableSet<",
|
||
|
"Ljava/util/Map$Entry<",
|
||
|
"TK;TV;>;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private final transient alternatingKeysAndValues:[Ljava/lang/Object;
|
||
|
|
||
|
.field private final transient keyOffset:I
|
||
|
|
||
|
.field private final transient map:Lcom/google/common/collect/ImmutableMap;
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Lcom/google/common/collect/ImmutableMap<",
|
||
|
"TK;TV;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end field
|
||
|
|
||
|
.field private final transient size:I
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>(Lcom/google/common/collect/ImmutableMap;[Ljava/lang/Object;II)V
|
||
|
.locals 0
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Lcom/google/common/collect/ImmutableMap<",
|
||
|
"TK;TV;>;[",
|
||
|
"Ljava/lang/Object;",
|
||
|
"II)V"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.line 394
|
||
|
invoke-direct {p0}, Lcom/google/common/collect/ImmutableSet;-><init>()V
|
||
|
|
||
|
iput-object p1, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->map:Lcom/google/common/collect/ImmutableMap;
|
||
|
|
||
|
iput-object p2, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->alternatingKeysAndValues:[Ljava/lang/Object;
|
||
|
|
||
|
iput p3, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->keyOffset:I
|
||
|
|
||
|
iput p4, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method static synthetic access$000(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)I
|
||
|
.locals 0
|
||
|
|
||
|
.line 384
|
||
|
iget p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
|
||
|
|
||
|
return p0
|
||
|
.end method
|
||
|
|
||
|
.method static synthetic access$100(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)[Ljava/lang/Object;
|
||
|
.locals 0
|
||
|
|
||
|
.line 384
|
||
|
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->alternatingKeysAndValues:[Ljava/lang/Object;
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method static synthetic access$200(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)I
|
||
|
.locals 0
|
||
|
|
||
|
.line 384
|
||
|
iget p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->keyOffset:I
|
||
|
|
||
|
return p0
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public contains(Ljava/lang/Object;)Z
|
||
|
.locals 2
|
||
|
.param p1 # Ljava/lang/Object;
|
||
|
.annotation runtime Ljavax/annotation/CheckForNull;
|
||
|
.end annotation
|
||
|
.end param
|
||
|
|
||
|
.line 442
|
||
|
instance-of v0, p1, Ljava/util/Map$Entry;
|
||
|
|
||
|
const/4 v1, 0x0
|
||
|
|
||
|
if-eqz v0, :cond_0
|
||
|
|
||
|
.line 443
|
||
|
check-cast p1, Ljava/util/Map$Entry;
|
||
|
|
||
|
.line 444
|
||
|
invoke-interface {p1}, Ljava/util/Map$Entry;->getKey()Ljava/lang/Object;
|
||
|
|
||
|
move-result-object v0
|
||
|
|
||
|
.line 445
|
||
|
invoke-interface {p1}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object;
|
||
|
|
||
|
move-result-object p1
|
||
|
|
||
|
if-eqz p1, :cond_0
|
||
|
|
||
|
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->map:Lcom/google/common/collect/ImmutableMap;
|
||
|
|
||
|
.line 446
|
||
|
invoke-virtual {p0, v0}, Lcom/google/common/collect/ImmutableMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
invoke-virtual {p1, p0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
||
|
|
||
|
move-result p0
|
||
|
|
||
|
if-eqz p0, :cond_0
|
||
|
|
||
|
const/4 v1, 0x1
|
||
|
|
||
|
:cond_0
|
||
|
return v1
|
||
|
.end method
|
||
|
|
||
|
.method copyIntoArray([Ljava/lang/Object;I)I
|
||
|
.locals 0
|
||
|
|
||
|
.line 408
|
||
|
invoke-virtual {p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->asList()Lcom/google/common/collect/ImmutableList;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
invoke-virtual {p0, p1, p2}, Lcom/google/common/collect/ImmutableList;->copyIntoArray([Ljava/lang/Object;I)I
|
||
|
|
||
|
move-result p0
|
||
|
|
||
|
return p0
|
||
|
.end method
|
||
|
|
||
|
.method createAsList()Lcom/google/common/collect/ImmutableList;
|
||
|
.locals 1
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"()",
|
||
|
"Lcom/google/common/collect/ImmutableList<",
|
||
|
"Ljava/util/Map$Entry<",
|
||
|
"TK;TV;>;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.line 413
|
||
|
new-instance v0, Lcom/google/common/collect/RegularImmutableMap$EntrySet$1;
|
||
|
|
||
|
invoke-direct {v0, p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet$1;-><init>(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)V
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|
||
|
|
||
|
.method isPartialView()Z
|
||
|
.locals 0
|
||
|
|
||
|
const/4 p0, 0x1
|
||
|
|
||
|
return p0
|
||
|
.end method
|
||
|
|
||
|
.method public iterator()Lcom/google/common/collect/UnmodifiableIterator;
|
||
|
.locals 0
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"()",
|
||
|
"Lcom/google/common/collect/UnmodifiableIterator<",
|
||
|
"Ljava/util/Map$Entry<",
|
||
|
"TK;TV;>;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.line 403
|
||
|
invoke-virtual {p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->asList()Lcom/google/common/collect/ImmutableList;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableList;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public bridge synthetic iterator()Ljava/util/Iterator;
|
||
|
.locals 0
|
||
|
|
||
|
.line 384
|
||
|
invoke-virtual {p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public size()I
|
||
|
.locals 0
|
||
|
|
||
|
iget p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
|
||
|
|
||
|
return p0
|
||
|
.end method
|