public abstract class org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner<T, BT extends org.eclipse.collections.api.block.procedure.Procedure<T>> extends org.eclipse.collections.impl.parallel.AbstractProcedureCombiner<BT>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner
super_class: org.eclipse.collections.impl.parallel.AbstractProcedureCombiner
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected final java.util.Collection<T> result;
descriptor: Ljava/util/Collection;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Ljava/util/Collection<TT;>;
protected void <init>(boolean, java.lang.Iterable<?>, int, java.util.Collection<T>);
descriptor: (ZLjava/lang/Iterable;ILjava/util/Collection;)V
flags: (0x0004) ACC_PROTECTED
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 1
invokespecial org.eclipse.collections.impl.parallel.AbstractProcedureCombiner.<init>:(Z)V
1: aload 0
aload 0
aload 2
aload 4
iload 3
invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.initializeResult:(Ljava/lang/Iterable;Ljava/util/Collection;I)Ljava/util/Collection;
putfield org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.result:Ljava/util/Collection;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
0 3 1 useCombineOne Z
0 3 2 sourceCollection Ljava/lang/Iterable<*>;
0 3 3 initialCapacity I
0 3 4 targetCollection Ljava/util/Collection<TT;>;
Signature: (ZLjava/lang/Iterable<*>;ILjava/util/Collection<TT;>;)V
MethodParameters:
Name Flags
useCombineOne
sourceCollection
initialCapacity
targetCollection
protected final java.util.Collection<T> initializeResult(java.lang.Iterable<?>, java.util.Collection<T>, int);
descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;I)Ljava/util/Collection;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnull 2
1: aload 2
areturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.list.ListIterable
ifeq 4
3: new org.eclipse.collections.impl.list.mutable.CompositeFastList
dup
invokespecial org.eclipse.collections.impl.list.mutable.CompositeFastList.<init>:()V
areturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.set.sorted.SortedSetIterable
ifeq 6
5: aload 1
checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.comparator:()Ljava/util/Comparator;
invokestatic org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSet.newSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/set/sorted/mutable/TreeSortedSet;
areturn
6: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.set.SetIterable
ifeq 9
7: aload 0
iconst_1
invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.setCombineOne:(Z)V
8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
areturn
9: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.bag.Bag
ifne 10
aload 1
instanceof org.eclipse.collections.api.map.MapIterable
ifeq 11
10: StackMap locals:
StackMap stack:
invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:()Lorg/eclipse/collections/impl/bag/mutable/HashBag;
areturn
11: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 3
invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.createResultForCollection:(Ljava/lang/Iterable;I)Ljava/util/Collection;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
0 12 1 sourceCollection Ljava/lang/Iterable<*>;
0 12 2 targetCollection Ljava/util/Collection<TT;>;
0 12 3 initialCapacity I
Signature: (Ljava/lang/Iterable<*>;Ljava/util/Collection<TT;>;I)Ljava/util/Collection<TT;>;
MethodParameters:
Name Flags
sourceCollection
targetCollection
initialCapacity
private java.util.Collection<T> createResultForCollection(java.lang.Iterable<?>, int);
descriptor: (Ljava/lang/Iterable;I)Ljava/util/Collection;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
instanceof java.util.Collection
ifeq 2
1: getstatic org.eclipse.collections.impl.utility.internal.DefaultSpeciesNewStrategy.INSTANCE:Lorg/eclipse/collections/impl/utility/internal/DefaultSpeciesNewStrategy;
aload 1
checkcast java.util.Collection
iload 2
invokevirtual org.eclipse.collections.impl.utility.internal.DefaultSpeciesNewStrategy.speciesNew:(Ljava/util/Collection;I)Ljava/util/Collection;
areturn
2: StackMap locals:
StackMap stack:
iload 2
invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
0 3 1 sourceCollection Ljava/lang/Iterable<*>;
0 3 2 initialCapacity I
Signature: (Ljava/lang/Iterable<*>;I)Ljava/util/Collection<TT;>;
MethodParameters:
Name Flags
sourceCollection
initialCapacity
public java.util.Collection<T> getResult();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.result:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
Signature: ()Ljava/util/Collection<TT;>;
}
Signature: <T:Ljava/lang/Object;BT::Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;>Lorg/eclipse/collections/impl/parallel/AbstractProcedureCombiner<TBT;>;
SourceFile: "AbstractPredicateBasedCombiner.java"