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.
73 lines
2.0 KiB
73 lines
2.0 KiB
2 years ago
|
.class final Lcom/google/common/collect/Iterables$6;
|
||
|
.super Lcom/google/common/collect/FluentIterable;
|
||
|
.source "Iterables.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||
|
value = Lcom/google/common/collect/Iterables;->filter(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)Ljava/lang/Iterable;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x8
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Lcom/google/common/collect/FluentIterable",
|
||
|
"<TT;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field final synthetic val$predicate:Lcom/google/common/base/Predicate;
|
||
|
|
||
|
.field final synthetic val$unfiltered:Ljava/lang/Iterable;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 586
|
||
|
iput-object p1, p0, Lcom/google/common/collect/Iterables$6;->val$unfiltered:Ljava/lang/Iterable;
|
||
|
|
||
|
iput-object p2, p0, Lcom/google/common/collect/Iterables$6;->val$predicate:Lcom/google/common/base/Predicate;
|
||
|
|
||
|
invoke-direct {p0}, Lcom/google/common/collect/FluentIterable;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public iterator()Ljava/util/Iterator;
|
||
|
.locals 2
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"()",
|
||
|
"Ljava/util/Iterator",
|
||
|
"<TT;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.prologue
|
||
|
.line 589
|
||
|
iget-object v0, p0, Lcom/google/common/collect/Iterables$6;->val$unfiltered:Ljava/lang/Iterable;
|
||
|
|
||
|
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||
|
|
||
|
move-result-object v0
|
||
|
|
||
|
iget-object v1, p0, Lcom/google/common/collect/Iterables$6;->val$predicate:Lcom/google/common/base/Predicate;
|
||
|
|
||
|
invoke-static {v0, v1}, Lcom/google/common/collect/Iterators;->filter(Ljava/util/Iterator;Lcom/google/common/base/Predicate;)Lcom/google/common/collect/UnmodifiableIterator;
|
||
|
|
||
|
move-result-object v0
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|