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 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 4
aload 2
aload 1
iload 3
invokespecial org.eclipse.collections.impl.parallel.AbstractTransformerBasedCombiner.<init>:(ZLjava/util/Collection;Ljava/lang/Iterable;I)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield org.eclipse.collections.impl.parallel.FastListCollectProcedureCombiner.result:Ljava/util/Collection;
aload 1
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: return
end local 1 end local 0 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: 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"