Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/Iterables$3.smali

73 lines
1.9 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class Lcom/google/common/collect/Iterables$3;
.super Lcom/google/common/collect/FluentIterable;
.source "Iterables.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/collect/Iterables;->paddedPartition(Ljava/lang/Iterable;I)Ljava/lang/Iterable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/FluentIterable<",
"Ljava/util/List<",
"TT;>;>;"
}
.end annotation
# instance fields
.field final synthetic val$iterable:Ljava/lang/Iterable;
.field final synthetic val$size:I
# direct methods
.method constructor <init>(Ljava/lang/Iterable;I)V
.locals 0
iput-object p1, p0, Lcom/google/common/collect/Iterables$3;->val$iterable:Ljava/lang/Iterable;
iput p2, p0, Lcom/google/common/collect/Iterables$3;->val$size:I
.line 596
invoke-direct {p0}, Lcom/google/common/collect/FluentIterable;-><init>()V
return-void
.end method
# virtual methods
.method public iterator()Ljava/util/Iterator;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Iterator<",
"Ljava/util/List<",
"TT;>;>;"
}
.end annotation
iget-object v0, p0, Lcom/google/common/collect/Iterables$3;->val$iterable:Ljava/lang/Iterable;
.line 599
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object v0
iget p0, p0, Lcom/google/common/collect/Iterables$3;->val$size:I
invoke-static {v0, p0}, Lcom/google/common/collect/Iterators;->paddedPartition(Ljava/util/Iterator;I)Lcom/google/common/collect/UnmodifiableIterator;
move-result-object p0
return-object p0
.end method