mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
72 lines
1.9 KiB
Smali
72 lines
1.9 KiB
Smali
.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
|