class com.google.common.collect.FluentIterable$3 extends com.google.common.collect.FluentIterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.FluentIterable$3
  super_class: com.google.common.collect.FluentIterable
{
  private final java.lang.Iterable[] val$inputs;
    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 // com.google.common.collect.FluentIterable$3 this
         0: .line 288
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.FluentIterable$3.val$inputs:[Ljava/lang/Iterable;
            aload 0 /* this */
            invokespecial com.google.common.collect.FluentIterable.<init>:()V
            return
        end local 0 // com.google.common.collect.FluentIterable$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/FluentIterable$3;
    MethodParameters:
            Name  Flags
      val$inputs  final

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.collect.FluentIterable$3 this
         0: .line 293
            new com.google.common.collect.FluentIterable$3$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.FluentIterable$3.val$inputs:[Ljava/lang/Iterable;
            arraylength
            aload 0 /* this */
            getfield com.google.common.collect.FluentIterable$3.val$inputs:[Ljava/lang/Iterable;
            invokespecial com.google.common.collect.FluentIterable$3$1.<init>:(Lcom/google/common/collect/FluentIterable$3;I[Ljava/lang/Iterable;)V
         1: .line 291
            invokestatic com.google.common.collect.Iterators.concat:(Ljava/util/Iterator;)Ljava/util/Iterator;
            areturn
        end local 0 // com.google.common.collect.FluentIterable$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/FluentIterable$3;
    Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: Lcom/google/common/collect/FluentIterable<TT;>;
SourceFile: "FluentIterable.java"
EnclosingMethod: com.google.common.collect.FluentIterable.concatNoDefensiveCopy:([Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
NestHost: com.google.common.collect.FluentIterable
InnerClasses:
  com.google.common.collect.FluentIterable$3
  com.google.common.collect.FluentIterable$3$1