You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
225 lines
5.8 KiB
225 lines
5.8 KiB
.class final Lcom/google/common/collect/ImmutableMultiset$EntrySet; |
|
.super Lcom/google/common/collect/ImmutableSet; |
|
.source "ImmutableMultiset.java" |
|
|
|
|
|
# annotations |
|
.annotation system Ldalvik/annotation/EnclosingClass; |
|
value = Lcom/google/common/collect/ImmutableMultiset; |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/InnerClass; |
|
accessFlags = 0x12 |
|
name = "EntrySet" |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"Lcom/google/common/collect/ImmutableSet", |
|
"<", |
|
"Lcom/google/common/collect/Multiset$Entry", |
|
"<TE;>;>;" |
|
} |
|
.end annotation |
|
|
|
|
|
# static fields |
|
.field private static final serialVersionUID:J |
|
|
|
|
|
# instance fields |
|
.field final synthetic this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
|
|
# direct methods |
|
.method private constructor <init>(Lcom/google/common/collect/ImmutableMultiset;)V |
|
.locals 0 |
|
|
|
.prologue |
|
.line 356 |
|
iput-object p1, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-direct {p0}, Lcom/google/common/collect/ImmutableSet;-><init>()V |
|
|
|
return-void |
|
.end method |
|
|
|
.method synthetic constructor <init>(Lcom/google/common/collect/ImmutableMultiset;Lcom/google/common/collect/ImmutableMultiset$1;)V |
|
.locals 0 |
|
|
|
.prologue |
|
.line 356 |
|
invoke-direct {p0, p1}, Lcom/google/common/collect/ImmutableMultiset$EntrySet;-><init>(Lcom/google/common/collect/ImmutableMultiset;)V |
|
|
|
return-void |
|
.end method |
|
|
|
|
|
# virtual methods |
|
.method public contains(Ljava/lang/Object;)Z |
|
.locals 3 |
|
|
|
.prologue |
|
const/4 v0, 0x0 |
|
|
|
.line 389 |
|
instance-of v1, p1, Lcom/google/common/collect/Multiset$Entry; |
|
|
|
if-eqz v1, :cond_0 |
|
|
|
.line 390 |
|
check-cast p1, Lcom/google/common/collect/Multiset$Entry; |
|
|
|
.line 391 |
|
invoke-interface {p1}, Lcom/google/common/collect/Multiset$Entry;->getCount()I |
|
|
|
move-result v1 |
|
|
|
if-gtz v1, :cond_1 |
|
|
|
.line 397 |
|
:cond_0 |
|
:goto_0 |
|
return v0 |
|
|
|
.line 394 |
|
:cond_1 |
|
iget-object v1, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-interface {p1}, Lcom/google/common/collect/Multiset$Entry;->getElement()Ljava/lang/Object; |
|
|
|
move-result-object v2 |
|
|
|
invoke-virtual {v1, v2}, Lcom/google/common/collect/ImmutableMultiset;->count(Ljava/lang/Object;)I |
|
|
|
move-result v1 |
|
|
|
.line 395 |
|
invoke-interface {p1}, Lcom/google/common/collect/Multiset$Entry;->getCount()I |
|
|
|
move-result v2 |
|
|
|
if-ne v1, v2, :cond_0 |
|
|
|
const/4 v0, 0x1 |
|
|
|
goto :goto_0 |
|
.end method |
|
|
|
.method createAsList()Lcom/google/common/collect/ImmutableList; |
|
.locals 1 |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"()", |
|
"Lcom/google/common/collect/ImmutableList", |
|
"<", |
|
"Lcom/google/common/collect/Multiset$Entry", |
|
"<TE;>;>;" |
|
} |
|
.end annotation |
|
|
|
.prologue |
|
.line 369 |
|
new-instance v0, Lcom/google/common/collect/ImmutableMultiset$EntrySet$1; |
|
|
|
invoke-direct {v0, p0}, Lcom/google/common/collect/ImmutableMultiset$EntrySet$1;-><init>(Lcom/google/common/collect/ImmutableMultiset$EntrySet;)V |
|
|
|
return-object v0 |
|
.end method |
|
|
|
.method public hashCode()I |
|
.locals 1 |
|
|
|
.prologue |
|
.line 402 |
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableMultiset;->hashCode()I |
|
|
|
move-result v0 |
|
|
|
return v0 |
|
.end method |
|
|
|
.method isPartialView()Z |
|
.locals 1 |
|
|
|
.prologue |
|
.line 359 |
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableMultiset;->isPartialView()Z |
|
|
|
move-result v0 |
|
|
|
return v0 |
|
.end method |
|
|
|
.method public iterator()Lcom/google/common/collect/UnmodifiableIterator; |
|
.locals 1 |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"()", |
|
"Lcom/google/common/collect/UnmodifiableIterator", |
|
"<", |
|
"Lcom/google/common/collect/Multiset$Entry", |
|
"<TE;>;>;" |
|
} |
|
.end annotation |
|
|
|
.prologue |
|
.line 364 |
|
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->asList()Lcom/google/common/collect/ImmutableList; |
|
|
|
move-result-object v0 |
|
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableList;->iterator()Lcom/google/common/collect/UnmodifiableIterator; |
|
|
|
move-result-object v0 |
|
|
|
return-object v0 |
|
.end method |
|
|
|
.method public bridge synthetic iterator()Ljava/util/Iterator; |
|
.locals 1 |
|
|
|
.prologue |
|
.line 356 |
|
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->iterator()Lcom/google/common/collect/UnmodifiableIterator; |
|
|
|
move-result-object v0 |
|
|
|
return-object v0 |
|
.end method |
|
|
|
.method public size()I |
|
.locals 1 |
|
|
|
.prologue |
|
.line 384 |
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableMultiset;->elementSet()Ljava/util/Set; |
|
|
|
move-result-object v0 |
|
|
|
invoke-interface {v0}, Ljava/util/Set;->size()I |
|
|
|
move-result v0 |
|
|
|
return v0 |
|
.end method |
|
|
|
.method writeReplace()Ljava/lang/Object; |
|
.locals 2 |
|
|
|
.prologue |
|
.line 409 |
|
new-instance v0, Lcom/google/common/collect/ImmutableMultiset$EntrySetSerializedForm; |
|
|
|
iget-object v1, p0, Lcom/google/common/collect/ImmutableMultiset$EntrySet;->this$0:Lcom/google/common/collect/ImmutableMultiset; |
|
|
|
invoke-direct {v0, v1}, Lcom/google/common/collect/ImmutableMultiset$EntrySetSerializedForm;-><init>(Lcom/google/common/collect/ImmutableMultiset;)V |
|
|
|
return-object v0 |
|
.end method
|
|
|