public abstract class org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable<T> implements org.eclipse.collections.api.RichIterable<T>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable
super_class: java.lang.Object
{
protected final java.lang.Object lock;
descriptor: Ljava/lang/Object;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final org.eclipse.collections.api.RichIterable<T> delegate;
descriptor: Lorg/eclipse/collections/api/RichIterable;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lorg/eclipse/collections/api/RichIterable<TT;>;
protected void <init>(org.eclipse.collections.api.RichIterable<T>, );
descriptor: (Lorg/eclipse/collections/api/RichIterable;Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.IllegalArgumentException
dup
ldc "Cannot create a AbstractSynchronizedRichIterable on a null collection"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.RichIterable java.lang.Object
StackMap stack:
aload 0
aload 1
putfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
4: aload 0
aload 2
ifnonnull 5
aload 0
goto 6
StackMap locals:
StackMap stack: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable
5: aload 2
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.RichIterable java.lang.Object
StackMap stack: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
6: putfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 8 1 delegate Lorg/eclipse/collections/api/RichIterable<TT;>;
0 8 2 lock Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/api/RichIterable<TT;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
delegate
lock
protected org.eclipse.collections.api.RichIterable<T> getDelegate();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Signature: ()Lorg/eclipse/collections/api/RichIterable<TT;>;
protected java.lang.Object getLock();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 obj Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokevirtual java.lang.Object.hashCode:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toString:()Ljava/lang/String;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.iterator:()Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
2: aload 2
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
MethodParameters:
Name Flags
objectIntProcedure
public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
2: aload 3
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.procedure.Procedure2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
0 7 2 parameter TP;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
MethodParameters:
Name Flags
procedure
parameter
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.size:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.isEmpty:()Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.notEmpty:()Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public T getFirst();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.getFirst:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TT;
public T getLast();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.getLast:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TT;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.contains:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
public boolean containsAllIterable(java.lang.Iterable<?>);
descriptor: (Ljava/lang/Iterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.containsAllIterable:(Ljava/lang/Iterable;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Iterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 source Ljava/lang/Iterable<*>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/lang/Iterable<*>;)Z
MethodParameters:
Name Flags
source
public boolean containsAll(java.util.Collection<?>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.containsAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 coll Ljava/util/Collection<*>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
coll
public boolean containsAllArguments(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.containsAllArguments:([Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 elements [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
elements
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
2: aload 2
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.procedure.Procedure java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.RichIterable<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/RichIterable<TT;>;
MethodParameters:
Name Flags
predicate
public <R extends java.util.Collection<T>> R select(org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;TR;)TR;
MethodParameters:
Name Flags
predicate
target
public <P> org.eclipse.collections.api.RichIterable<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/RichIterable<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public <P, R extends java.util.Collection<T>> R selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
0 5 3 targetCollection TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;TR;)TR;
MethodParameters:
Name Flags
predicate
parameter
targetCollection
public org.eclipse.collections.api.RichIterable<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/RichIterable<TT;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.RichIterable<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/RichIterable<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public <R extends java.util.Collection<T>> R reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;TR;)TR;
MethodParameters:
Name Flags
predicate
target
public <P, R extends java.util.Collection<T>> R rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
0 5 3 targetCollection TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;TR;)TR;
MethodParameters:
Name Flags
predicate
parameter
targetCollection
public org.eclipse.collections.api.partition.PartitionIterable<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/PartitionIterable<TT;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.partition.PartitionIterable<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/PartitionIterable<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public <S> org.eclipse.collections.api.RichIterable<S> selectInstancesOf(java.lang.Class<S>);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Class java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 clazz Ljava/lang/Class<TS;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/RichIterable<TS;>;
MethodParameters:
Name Flags
clazz
public <V> org.eclipse.collections.api.RichIterable<V> collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/RichIterable<TV;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.BooleanFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 booleanFunction Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/BooleanIterable;
MethodParameters:
Name Flags
booleanFunction
public <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.BooleanFunction org.eclipse.collections.api.collection.primitive.MutableBooleanCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 booleanFunction Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
booleanFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R flatCollectBoolean(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.BooleanIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectBoolean:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableBooleanCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/BooleanIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/BooleanIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.ByteFunction org.eclipse.collections.api.collection.primitive.MutableByteCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 byteFunction Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
byteFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R flatCollectByte(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.ByteIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectByte:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableByteCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ByteIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ByteIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.CharFunction org.eclipse.collections.api.collection.primitive.MutableCharCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 charFunction Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
charFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R flatCollectChar(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.CharIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectChar:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableCharCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/CharIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/CharIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.DoubleFunction org.eclipse.collections.api.collection.primitive.MutableDoubleCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 doubleFunction Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
doubleFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R flatCollectDouble(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.DoubleIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableDoubleCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/DoubleIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/DoubleIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.FloatFunction org.eclipse.collections.api.collection.primitive.MutableFloatCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 floatFunction Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
floatFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R flatCollectFloat(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.FloatIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableFloatCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/FloatIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/FloatIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.IntFunction org.eclipse.collections.api.collection.primitive.MutableIntCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 intFunction Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
intFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R flatCollectInt(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.IntIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableIntCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/IntIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/IntIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.LongFunction org.eclipse.collections.api.collection.primitive.MutableLongCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 longFunction Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
longFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R flatCollectLong(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.LongIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableLongCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/LongIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/LongIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.ShortFunction org.eclipse.collections.api.collection.primitive.MutableShortCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 shortFunction Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;TR;)TR;
MethodParameters:
Name Flags
shortFunction
target
public <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R flatCollectShort(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.ShortIterable>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollectShort:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableShortCollection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ShortIterable;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ShortIterable;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collect:(Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <P, A, R extends java.util.Collection<A>> R collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends A>, P, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function2 java.lang.Object java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TA;>;
0 5 2 parameter TP;
0 5 3 targetCollection TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;A:Ljava/lang/Object;R::Ljava/util/Collection<TA;>;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TA;>;TP;TR;)TR;
MethodParameters:
Name Flags
function
parameter
targetCollection
public <V, R extends java.util.Collection<V>> R collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 3 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
predicate
function
target
public <V, R extends java.util.Collection<V>> R flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.detect:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)TT;
MethodParameters:
Name Flags
predicate
public <P> T detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.detectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)TT;
MethodParameters:
Name Flags
predicate
parameter
public java.util.Optional<T> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.detectOptional:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
predicate
public <P> java.util.Optional<T> detectWithOptional(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.detectWithOptional:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/util/Optional;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
predicate
parameter
public T detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function0<? extends T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function0 java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function0<+TT;>;)TT;
MethodParameters:
Name Flags
predicate
function
public <P> T detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, org.eclipse.collections.api.block.function.Function0<? extends T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.detectWithIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object org.eclipse.collections.api.block.function.Function0 java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
0 5 3 function Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;Lorg/eclipse/collections/api/block/function/Function0<+TT;>;)TT;
MethodParameters:
Name Flags
predicate
parameter
function
public int count(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.count:(Lorg/eclipse/collections/api/block/predicate/Predicate;)I
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)I
MethodParameters:
Name Flags
predicate
public <P> int countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.countWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
aload 3
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)I
MethodParameters:
Name Flags
predicate
parameter
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public <P> boolean anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.anySatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
aload 3
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
MethodParameters:
Name Flags
predicate
parameter
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public <P> boolean allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.allSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
aload 3
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
MethodParameters:
Name Flags
predicate
parameter
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
MethodParameters:
Name Flags
predicate
public <P> boolean noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.noneSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
aload 3
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
MethodParameters:
Name Flags
predicate
parameter
public <IV> IV injectInto(IV, org.eclipse.collections.api.block.function.Function2<? super IV, ? super T, ? extends IV>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 injectedValue TIV;
0 5 2 function Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TT;+TIV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <IV:Ljava/lang/Object;>(TIV;Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TT;+TIV;>;)TIV;
MethodParameters:
Name Flags
injectedValue
function
public int injectInto(int, org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction<? super T>);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
iload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.injectInto:(ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction;)I
aload 3
monitorexit
2: ireturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable int org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 injectedValue I
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TT;>;)I
MethodParameters:
Name Flags
injectedValue
function
public long injectInto(long, org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction<? super T>);
descriptor: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
lload 1
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.injectInto:(JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction;)J
aload 4
monitorexit
2: lreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable long org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 injectedValue J
0 5 3 function Lorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TT;>;)J
MethodParameters:
Name Flags
injectedValue
function
public float injectInto(float, org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super T>);
descriptor: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction;)F
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
fload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.injectInto:(FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction;)F
aload 3
monitorexit
2: freturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable float org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 injectedValue F
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TT;>;)F
MethodParameters:
Name Flags
injectedValue
function
public double injectInto(double, org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super T>);
descriptor: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
dload 1
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.injectInto:(DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction;)D
aload 4
monitorexit
2: dreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable double org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 injectedValue D
0 5 3 function Lorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TT;>;)D
MethodParameters:
Name Flags
injectedValue
function
public <R extends java.util.Collection<T>> R into();
descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.into:(Ljava/util/Collection;)Ljava/util/Collection;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Ljava/util/Collection<TT;>;>(TR;)TR;
MethodParameters:
Name Flags
target
public org.eclipse.collections.api.list.MutableList<T> toList();
descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toList:()Lorg/eclipse/collections/api/list/MutableList;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;
public org.eclipse.collections.api.list.MutableList<T> toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toSortedList:()Lorg/eclipse/collections/api/list/MutableList;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;
public org.eclipse.collections.api.list.MutableList<T> toSortedList(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.toSortedList:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
MethodParameters:
Name Flags
comparator
public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.MutableList<T> toSortedListBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Comparators.byFunction:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/SerializableComparator;
invokeinterface org.eclipse.collections.api.RichIterable.toSortedList:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.set.MutableSet<T> toSet();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toSet:()Lorg/eclipse/collections/api/set/MutableSet;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;
public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet();
descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toSortedSet:()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.toSortedSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
MethodParameters:
Name Flags
comparator
public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.toSortedSetBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.bag.MutableBag<T> toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toBag:()Lorg/eclipse/collections/api/bag/MutableBag;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
public org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBag();
descriptor: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toSortedBag:()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
public org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBag(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.toSortedBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
MethodParameters:
Name Flags
comparator
public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokestatic org.eclipse.collections.impl.block.factory.Comparators.byFunction:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/SerializableComparator;
invokeinterface org.eclipse.collections.api.RichIterable.toSortedBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
MethodParameters:
Name Flags
function
public <NK, NV> org.eclipse.collections.api.map.MutableMap<NK, NV> toMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.toMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
0 5 2 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/MutableMap<TNK;TNV;>;
MethodParameters:
Name Flags
keyFunction
valueFunction
public <K, V, R extends java.util.Map<K, V>> R toMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Map;)Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.toMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Map;)Ljava/util/Map;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.util.Map java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
0 5 2 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 3 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;R::Ljava/util/Map<TK;TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
keyFunction
valueFunction
target
public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.toSortedMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
0 5 2 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
MethodParameters:
Name Flags
keyFunction
valueFunction
public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(java.util.Comparator<? super NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
descriptor: (Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.toSortedMap:(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TNK;>;
0 5 2 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
0 5 3 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Ljava/util/Comparator<-TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
MethodParameters:
Name Flags
comparator
keyFunction
valueFunction
public <KK extends java.lang.Comparable<? super KK>, NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMapBy(org.eclipse.collections.api.block.function.Function<? super NK, KK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.toSortedMapBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 sortBy Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;
0 5 2 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
0 5 3 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <KK::Ljava/lang/Comparable<-TKK;>;NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
MethodParameters:
Name Flags
sortBy
keyFunction
valueFunction
public <NK, NV> org.eclipse.collections.api.bimap.MutableBiMap<NK, NV> toBiMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.toBiMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
0 5 2 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TNK;TNV;>;
MethodParameters:
Name Flags
keyFunction
valueFunction
public org.eclipse.collections.api.LazyIterable<T> asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.utility.LazyIterate.adapt:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Signature: ()Lorg/eclipse/collections/api/LazyIterable<TT;>;
public java.lang.Object[] toArray();
descriptor: ()[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.toArray:()[Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public <T> T[] toArray();
descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 a [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <T:Ljava/lang/Object;>([TT;)[TT;
MethodParameters:
Name Flags
a
public T min(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.min:(Ljava/util/Comparator;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)TT;
MethodParameters:
Name Flags
comparator
public T max(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.max:(Ljava/util/Comparator;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)TT;
MethodParameters:
Name Flags
comparator
public java.util.Optional<T> minOptional(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.minOptional:(Ljava/util/Comparator;)Ljava/util/Optional;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
comparator
public java.util.Optional<T> maxOptional(java.util.Comparator<? super T>);
descriptor: (Ljava/util/Comparator;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.maxOptional:(Ljava/util/Comparator;)Ljava/util/Optional;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Comparator java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 comparator Ljava/util/Comparator<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Comparator<-TT;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
comparator
public T min();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.min:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TT;
public T max();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.max:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TT;
public java.util.Optional<T> minOptional();
descriptor: ()Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.minOptional:()Ljava/util/Optional;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/Optional<TT;>;
public java.util.Optional<T> maxOptional();
descriptor: ()Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.maxOptional:()Ljava/util/Optional;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/Optional<TT;>;
public <V extends java.lang.Comparable<? super V>> T minBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.minBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
MethodParameters:
Name Flags
function
public <V extends java.lang.Comparable<? super V>> T maxBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.maxBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
MethodParameters:
Name Flags
function
public <V extends java.lang.Comparable<? super V>> java.util.Optional<T> minByOptional(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.minByOptional:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
function
public <V extends java.lang.Comparable<? super V>> java.util.Optional<T> maxByOptional(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.maxByOptional:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Ljava/util/Optional<TT;>;
MethodParameters:
Name Flags
function
public long sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.sumOfInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
aload 2
monitorexit
2: lreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)J
MethodParameters:
Name Flags
function
public double sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.sumOfFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
aload 2
monitorexit
2: dreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)D
MethodParameters:
Name Flags
function
public long sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.sumOfLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
aload 2
monitorexit
2: lreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)J
MethodParameters:
Name Flags
function
public double sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.sumOfDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
aload 2
monitorexit
2: dreturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)D
MethodParameters:
Name Flags
function
public java.lang.String makeString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.makeString:()Ljava/lang/String;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public java.lang.String makeString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.makeString:(Ljava/lang/String;)Ljava/lang/String;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.String java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 separator Ljava/lang/String;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
separator
public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.String java.lang.String java.lang.String java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 start Ljava/lang/String;
0 5 2 separator Ljava/lang/String;
0 5 3 end Ljava/lang/String;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
start
separator
end
public void appendString(java.lang.Appendable);
descriptor: (Ljava/lang/Appendable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.appendString:(Ljava/lang/Appendable;)V
2: aload 2
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Appendable java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 appendable Ljava/lang/Appendable;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
appendable
public void appendString(java.lang.Appendable, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
2: aload 3
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Appendable java.lang.String java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 appendable Ljava/lang/Appendable;
0 7 2 separator Ljava/lang/String;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
appendable
separator
public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 5
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
aload 4
invokeinterface org.eclipse.collections.api.RichIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
2: aload 5
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Appendable java.lang.String java.lang.String java.lang.String java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 5
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 7 1 appendable Ljava/lang/Appendable;
0 7 2 start Ljava/lang/String;
0 7 3 separator Ljava/lang/String;
0 7 4 end Ljava/lang/String;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
appendable
start
separator
end
public <V> org.eclipse.collections.api.bag.Bag<V> countBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.getDelegate:()Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.countBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/Bag<TV;>;
MethodParameters:
Name Flags
function
public <V, R extends org.eclipse.collections.api.bag.MutableBagIterable<V>> R countBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.countBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.bag.MutableBagIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/bag/MutableBagIterable<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <V, P> org.eclipse.collections.api.bag.Bag<V> countByWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.countByWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/bag/Bag<TV;>;
MethodParameters:
Name Flags
function
parameter
public <V, P, R extends org.eclipse.collections.api.bag.MutableBagIterable<V>> R countByWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.countByWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function2 java.lang.Object org.eclipse.collections.api.bag.MutableBagIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
0 5 2 parameter TP;
0 5 3 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;P:Ljava/lang/Object;R::Lorg/eclipse/collections/api/bag/MutableBagIterable<TV;>;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;TR;)TR;
MethodParameters:
Name Flags
function
parameter
target
public <V> org.eclipse.collections.api.bag.Bag<V> countByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.countByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/bag/Bag<TV;>;
MethodParameters:
Name Flags
function
public <V, R extends org.eclipse.collections.api.bag.MutableBagIterable<V>> R countByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.countByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/bag/MutableBagIterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.bag.MutableBagIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/bag/MutableBagIterable<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <V, R extends org.eclipse.collections.api.multimap.MutableMultimap<V, T>> R groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.groupBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.multimap.MutableMultimap java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <V, R extends org.eclipse.collections.api.multimap.MutableMultimap<V, T>> R groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.multimap.MutableMultimap java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <V> org.eclipse.collections.api.map.MapIterable<V, T> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.size:()I
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(I)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokeinterface org.eclipse.collections.api.RichIterable.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/map/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MapIterable<TV;TT;>;
MethodParameters:
Name Flags
function
public <V, R extends org.eclipse.collections.api.map.MutableMapIterable<V, T>> R groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/map/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/map/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.map.MutableMapIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/map/MutableMapIterable<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public <S, R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, S>>> R zip(java.lang.Iterable<S>, );
descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.zip:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Iterable java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 that Ljava/lang/Iterable<TS;>;
0 5 2 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <S:Ljava/lang/Object;R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;>(Ljava/lang/Iterable<TS;>;TR;)TR;
MethodParameters:
Name Flags
that
target
public <R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>> R zipWithIndex();
descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.zipWithIndex:(Ljava/util/Collection;)Ljava/util/Collection;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 target TR;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;>(TR;)TR;
MethodParameters:
Name Flags
target
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<T>> chunk(int);
descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
iload 1
invokeinterface org.eclipse.collections.api.RichIterable.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable int java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 size I
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
MethodParameters:
Name Flags
size
public T getOnly();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.getOnly:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TT;
public org.eclipse.collections.api.ByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.ByteFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 byteFunction Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/ByteIterable;
MethodParameters:
Name Flags
byteFunction
public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 charFunction Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/CharIterable;
MethodParameters:
Name Flags
charFunction
public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 doubleFunction Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/DoubleIterable;
MethodParameters:
Name Flags
doubleFunction
public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 floatFunction Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
floatFunction
public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 intFunction Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
intFunction
public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 longFunction Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
longFunction
public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.primitive.ShortFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 shortFunction Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/ShortIterable;
MethodParameters:
Name Flags
shortFunction
public <P, V> org.eclipse.collections.api.RichIterable<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function2 java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
0 5 2 parameter TP;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/RichIterable<TV;>;
MethodParameters:
Name Flags
function
parameter
public <V> org.eclipse.collections.api.RichIterable<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/RichIterable<TV;>;
MethodParameters:
Name Flags
predicate
function
public <V> org.eclipse.collections.api.RichIterable<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/RichIterable<TV;>;
MethodParameters:
Name Flags
function
public <V> org.eclipse.collections.api.map.primitive.ObjectLongMap<V> sumByInt(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.sumByInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap<TV;>;
MethodParameters:
Name Flags
groupBy
function
public <V> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V> sumByFloat(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.sumByFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap<TV;>;
MethodParameters:
Name Flags
groupBy
function
public <V> org.eclipse.collections.api.map.primitive.ObjectLongMap<V> sumByLong(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.sumByLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap<TV;>;
MethodParameters:
Name Flags
groupBy
function
public <V> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V> sumByDouble(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.RichIterable.sumByDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap<TV;>;
MethodParameters:
Name Flags
groupBy
function
public <V> org.eclipse.collections.api.multimap.Multimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/Multimap<TV;TT;>;
MethodParameters:
Name Flags
function
public <V> org.eclipse.collections.api.multimap.Multimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/Multimap<TV;TT;>;
MethodParameters:
Name Flags
function
public <S> org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.Pair<T, S>> zip(java.lang.Iterable<S>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
invokeinterface org.eclipse.collections.api.RichIterable.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/RichIterable;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Iterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 that Ljava/lang/Iterable<TS;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;
MethodParameters:
Name Flags
that
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>> zipWithIndex();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.zipWithIndex:()Lorg/eclipse/collections/api/RichIterable;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
public <K, V> org.eclipse.collections.api.map.MapIterable<K, V> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super T>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.procedure.Procedure2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
0 5 2 zeroValueFactory Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
0 5 3 mutatingAggregator Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;)Lorg/eclipse/collections/api/map/MapIterable<TK;TV;>;
MethodParameters:
Name Flags
groupBy
zeroValueFactory
mutatingAggregator
public <K, V> org.eclipse.collections.api.map.MapIterable<K, V> aggregateBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super T, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.RichIterable.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
0 5 2 zeroValueFactory Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
0 5 3 nonMutatingAggregator Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;)Lorg/eclipse/collections/api/map/MapIterable<TK;TV;>;
MethodParameters:
Name Flags
groupBy
zeroValueFactory
nonMutatingAggregator
public org.eclipse.collections.api.RichIterable<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable org.eclipse.collections.api.block.procedure.Procedure java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
5: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/collection/AbstractSynchronizedRichIterable<TT;>;
0 6 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/RichIterable<TT;>;
MethodParameters:
Name Flags
procedure
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/RichIterable<TT;>;
SourceFile: "AbstractSynchronizedRichIterable.java"