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.
153 lines
4.1 KiB
153 lines
4.1 KiB
.class Lcom/google/common/collect/ConcurrentHashMultiset$2; |
|
.super Lcom/google/common/collect/AbstractIterator; |
|
.source "ConcurrentHashMultiset.java" |
|
|
|
|
|
# annotations |
|
.annotation system Ldalvik/annotation/EnclosingMethod; |
|
value = Lcom/google/common/collect/ConcurrentHashMultiset;->entryIterator()Ljava/util/Iterator; |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/InnerClass; |
|
accessFlags = 0x0 |
|
name = null |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"Lcom/google/common/collect/AbstractIterator", |
|
"<", |
|
"Lcom/google/common/collect/Multiset$Entry", |
|
"<TE;>;>;" |
|
} |
|
.end annotation |
|
|
|
|
|
# instance fields |
|
.field private mapEntries:Ljava/util/Iterator; |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"Ljava/util/Iterator", |
|
"<", |
|
"Ljava/util/Map$Entry", |
|
"<TE;", |
|
"Ljava/util/concurrent/atomic/AtomicInteger;", |
|
">;>;" |
|
} |
|
.end annotation |
|
.end field |
|
|
|
.field final synthetic this$0:Lcom/google/common/collect/ConcurrentHashMultiset; |
|
|
|
|
|
# direct methods |
|
.method constructor <init>(Lcom/google/common/collect/ConcurrentHashMultiset;)V |
|
.locals 1 |
|
|
|
.prologue |
|
.line 497 |
|
iput-object p1, p0, Lcom/google/common/collect/ConcurrentHashMultiset$2;->this$0:Lcom/google/common/collect/ConcurrentHashMultiset; |
|
|
|
invoke-direct {p0}, Lcom/google/common/collect/AbstractIterator;-><init>()V |
|
|
|
.line 498 |
|
iget-object v0, p0, Lcom/google/common/collect/ConcurrentHashMultiset$2;->this$0:Lcom/google/common/collect/ConcurrentHashMultiset; |
|
|
|
invoke-static {v0}, Lcom/google/common/collect/ConcurrentHashMultiset;->access$100(Lcom/google/common/collect/ConcurrentHashMultiset;)Ljava/util/concurrent/ConcurrentMap; |
|
|
|
move-result-object v0 |
|
|
|
invoke-interface {v0}, Ljava/util/concurrent/ConcurrentMap;->entrySet()Ljava/util/Set; |
|
|
|
move-result-object v0 |
|
|
|
invoke-interface {v0}, Ljava/util/Set;->iterator()Ljava/util/Iterator; |
|
|
|
move-result-object v0 |
|
|
|
iput-object v0, p0, Lcom/google/common/collect/ConcurrentHashMultiset$2;->mapEntries:Ljava/util/Iterator; |
|
|
|
return-void |
|
.end method |
|
|
|
|
|
# virtual methods |
|
.method protected computeNext()Lcom/google/common/collect/Multiset$Entry; |
|
.locals 2 |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"()", |
|
"Lcom/google/common/collect/Multiset$Entry", |
|
"<TE;>;" |
|
} |
|
.end annotation |
|
|
|
.prologue |
|
.line 502 |
|
:cond_0 |
|
iget-object v0, p0, Lcom/google/common/collect/ConcurrentHashMultiset$2;->mapEntries:Ljava/util/Iterator; |
|
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z |
|
|
|
move-result v0 |
|
|
|
if-nez v0, :cond_1 |
|
|
|
.line 503 |
|
invoke-virtual {p0}, Lcom/google/common/collect/ConcurrentHashMultiset$2;->endOfData()Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
check-cast v0, Lcom/google/common/collect/Multiset$Entry; |
|
|
|
.line 508 |
|
:goto_0 |
|
return-object v0 |
|
|
|
.line 505 |
|
:cond_1 |
|
iget-object v0, p0, Lcom/google/common/collect/ConcurrentHashMultiset$2;->mapEntries:Ljava/util/Iterator; |
|
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
check-cast v0, Ljava/util/Map$Entry; |
|
|
|
.line 506 |
|
invoke-interface {v0}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object; |
|
|
|
move-result-object v1 |
|
|
|
check-cast v1, Ljava/util/concurrent/atomic/AtomicInteger; |
|
|
|
invoke-virtual {v1}, Ljava/util/concurrent/atomic/AtomicInteger;->get()I |
|
|
|
move-result v1 |
|
|
|
.line 507 |
|
if-eqz v1, :cond_0 |
|
|
|
.line 508 |
|
invoke-interface {v0}, Ljava/util/Map$Entry;->getKey()Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
invoke-static {v0, v1}, Lcom/google/common/collect/Multisets;->immutableEntry(Ljava/lang/Object;I)Lcom/google/common/collect/Multiset$Entry; |
|
|
|
move-result-object v0 |
|
|
|
goto :goto_0 |
|
.end method |
|
|
|
.method protected bridge synthetic computeNext()Ljava/lang/Object; |
|
.locals 1 |
|
|
|
.prologue |
|
.line 497 |
|
invoke-virtual {p0}, Lcom/google/common/collect/ConcurrentHashMultiset$2;->computeNext()Lcom/google/common/collect/Multiset$Entry; |
|
|
|
move-result-object v0 |
|
|
|
return-object v0 |
|
.end method
|
|
|