class org.apache.commons.collections4.IterableUtils$2 extends org.apache.commons.collections4.FluentIterable<E>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.IterableUtils$2
super_class: org.apache.commons.collections4.FluentIterable
{
private final java.lang.Iterable[] val$iterables;
descriptor: [Ljava/lang/Iterable;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.lang.Iterable[]);
descriptor: ([Ljava/lang/Iterable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.collections4.IterableUtils$2.val$iterables:[Ljava/lang/Iterable;
aload 0
invokespecial org.apache.commons.collections4.FluentIterable.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/IterableUtils$2;
MethodParameters:
Name Flags
val$iterables final
public java.util.Iterator<E> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.apache.commons.collections4.IterableUtils$2$1
dup
aload 0
aload 0
getfield org.apache.commons.collections4.IterableUtils$2.val$iterables:[Ljava/lang/Iterable;
invokespecial org.apache.commons.collections4.IterableUtils$2$1.<init>:(Lorg/apache/commons/collections4/IterableUtils$2;[Ljava/lang/Iterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/IterableUtils$2;
Signature: ()Ljava/util/Iterator<TE;>;
}
Signature: Lorg/apache/commons/collections4/FluentIterable<TE;>;
SourceFile: "IterableUtils.java"
EnclosingMethod: org.apache.commons.collections4.IterableUtils.chainedIterable:([Ljava/lang/Iterable;)Ljava/lang/Iterable;
NestHost: org.apache.commons.collections4.IterableUtils
InnerClasses:
org.apache.commons.collections4.IterableUtils$2
org.apache.commons.collections4.IterableUtils$2$1