Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/RegularImmutableMultiset$ElementSet.smali
2024-05-21 17:08:36 -04:00

109 lines
3.1 KiB
Smali

.class final Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;
.super Lcom/google/common/collect/IndexedImmutableSet;
.source "RegularImmutableMultiset.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/RegularImmutableMultiset;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x12
name = "ElementSet"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/IndexedImmutableSet<",
"TE;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/google/common/collect/RegularImmutableMultiset;
# direct methods
.method private constructor <init>(Lcom/google/common/collect/RegularImmutableMultiset;)V
.locals 0
iput-object p1, p0, Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;->this$0:Lcom/google/common/collect/RegularImmutableMultiset;
.line 75
invoke-direct {p0}, Lcom/google/common/collect/IndexedImmutableSet;-><init>()V
return-void
.end method
.method synthetic constructor <init>(Lcom/google/common/collect/RegularImmutableMultiset;Lcom/google/common/collect/RegularImmutableMultiset$1;)V
.locals 0
.line 75
invoke-direct {p0, p1}, Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;-><init>(Lcom/google/common/collect/RegularImmutableMultiset;)V
return-void
.end method
# virtual methods
.method public contains(Ljava/lang/Object;)Z
.locals 0
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;->this$0:Lcom/google/common/collect/RegularImmutableMultiset;
.line 84
invoke-virtual {p0, p1}, Lcom/google/common/collect/RegularImmutableMultiset;->contains(Ljava/lang/Object;)Z
move-result p0
return p0
.end method
.method get(I)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)TE;"
}
.end annotation
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;->this$0:Lcom/google/common/collect/RegularImmutableMultiset;
.line 79
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMultiset;->contents:Lcom/google/common/collect/ObjectCountHashMap;
invoke-virtual {p0, p1}, Lcom/google/common/collect/ObjectCountHashMap;->getKey(I)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method isPartialView()Z
.locals 0
const/4 p0, 0x1
return p0
.end method
.method public size()I
.locals 0
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMultiset$ElementSet;->this$0:Lcom/google/common/collect/RegularImmutableMultiset;
.line 94
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMultiset;->contents:Lcom/google/common/collect/ObjectCountHashMap;
invoke-virtual {p0}, Lcom/google/common/collect/ObjectCountHashMap;->size()I
move-result p0
return p0
.end method