public final class org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner<T, V> extends org.eclipse.collections.impl.parallel.AbstractTransformerBasedCombiner<V, T, org.eclipse.collections.impl.block.procedure.FastListCollectProcedure<T, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner
  super_class: org.eclipse.collections.impl.parallel.AbstractTransformerBasedCombiner
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(java.lang.Iterable<T>, java.util.Collection<V>, int, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner this
        start local 1 // java.lang.Iterable sourceIterable
        start local 2 // java.util.Collection targetCollection
        start local 3 // int initialCapacity
        start local 4 // boolean combineOne
         0: .line 32
            aload 0 /* this */
            iload 4 /* combineOne */
            aload 2 /* targetCollection */
            aload 1 /* sourceIterable */
            iload 3 /* initialCapacity */
            invokespecial org.eclipse.collections.impl.parallel.AbstractTransformerBasedCombiner.<init>:(ZLjava/util/Collection;Ljava/lang/Iterable;I)V
         1: .line 33
            return
        end local 4 // boolean combineOne
        end local 3 // int initialCapacity
        end local 2 // java.util.Collection targetCollection
        end local 1 // java.lang.Iterable sourceIterable
        end local 0 // org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/collections/impl/parallel/FastListCollectProcedureCombiner<TT;TV;>;
            0    2     1    sourceIterable  Ljava/lang/Iterable<TT;>;
            0    2     2  targetCollection  Ljava/util/Collection<TV;>;
            0    2     3   initialCapacity  I
            0    2     4        combineOne  Z
    Signature: (Ljava/lang/Iterable<TT;>;Ljava/util/Collection<TV;>;IZ)V
    MethodParameters:
                  Name  Flags
      sourceIterable    
      targetCollection  
      initialCapacity   
      combineOne        

  public void combineOne(org.eclipse.collections.impl.block.procedure.FastListCollectProcedure<T, V>);
    descriptor: (Lorg/eclipse/collections/impl/block/procedure/FastListCollectProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner this
        start local 1 // org.eclipse.collections.impl.block.procedure.FastListCollectProcedure procedure
         0: .line 38
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner.result:Ljava/util/Collection;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.block.procedure.FastListCollectProcedure.getFastList:()Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 39
            return
        end local 1 // org.eclipse.collections.impl.block.procedure.FastListCollectProcedure procedure
        end local 0 // org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/parallel/FastListCollectProcedureCombiner<TT;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/impl/block/procedure/FastListCollectProcedure<TT;TV;>;
    Signature: (Lorg/eclipse/collections/impl/block/procedure/FastListCollectProcedure<TT;TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void combineOne(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.impl.block.procedure.FastListCollectProcedure
            invokevirtual org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner.combineOne:(Lorg/eclipse/collections/impl/block/procedure/FastListCollectProcedure;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/parallel/AbstractTransformerBasedCombiner<TV;TT;Lorg/eclipse/collections/impl/block/procedure/FastListCollectProcedure<TT;TV;>;>;
SourceFile: "FastListCollectProcedureCombiner.java"