public final class org.eclipse.collections.impl.parallel.FastListSelectProcedureCombiner<T> extends org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner<T, org.eclipse.collections.impl.block.procedure.FastListSelectProcedure<T>>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.parallel.FastListSelectProcedureCombiner
super_class: org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner
{
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<T>, 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 1
iload 3
aload 2
invokespecial org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.<init>:(ZLjava/lang/Iterable;ILjava/util/Collection;)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/FastListSelectProcedureCombiner<TT;>;
0 2 1 sourceCollection Ljava/lang/Iterable<TT;>;
0 2 2 targetCollection Ljava/util/Collection<TT;>;
0 2 3 initialCapacity I
0 2 4 combineOne Z
Signature: (Ljava/lang/Iterable<TT;>;Ljava/util/Collection<TT;>;IZ)V
MethodParameters:
Name Flags
sourceCollection
targetCollection
initialCapacity
combineOne
public void combineOne(org.eclipse.collections.impl.block.procedure.FastListSelectProcedure<T>);
descriptor: (Lorg/eclipse/collections/impl/block/procedure/FastListSelectProcedure;)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.FastListSelectProcedureCombiner.result:Ljava/util/Collection;
aload 1
invokevirtual org.eclipse.collections.impl.block.procedure.FastListSelectProcedure.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/FastListSelectProcedureCombiner<TT;>;
0 2 1 procedureCombine Lorg/eclipse/collections/impl/block/procedure/FastListSelectProcedure<TT;>;
Signature: (Lorg/eclipse/collections/impl/block/procedure/FastListSelectProcedure<TT;>;)V
MethodParameters:
Name Flags
procedureCombine
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.FastListSelectProcedure
invokevirtual org.eclipse.collections.impl.parallel.FastListSelectProcedureCombiner.combineOne:(Lorg/eclipse/collections/impl/block/procedure/FastListSelectProcedure;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;Lorg/eclipse/collections/impl/block/procedure/FastListSelectProcedure<TT;>;>;
SourceFile: "FastListSelectProcedureCombiner.java"