public final class org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new java.lang.AssertionError
dup
ldc "Suppress default constructor for noninstantiability"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/utility/internal/primitive/DoubleIteratorIterate;
public static void forEach(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: goto 2
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 4 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
MethodParameters:
Name Flags
iterator
procedure
public static <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R select(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 3
start local 3 2: aload 1
dload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifeq 4
3: aload 2
dload 3
invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
0 6 2 targetCollection TR;
2 4 3 item D
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
MethodParameters:
Name Flags
iterator
predicate
targetCollection
public static <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R reject(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 3
start local 3 2: aload 1
dload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifne 4
3: aload 2
dload 3
invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
0 6 2 targetCollection TR;
2 4 3 item D
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
MethodParameters:
Name Flags
iterator
predicate
targetCollection
public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>, );
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: goto 3
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 3
start local 3 2: aload 2
aload 1
dload 3
invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 3 3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
0 5 2 targetCollection TR;
2 3 3 item D
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;TR;)TR;
MethodParameters:
Name Flags
iterator
function
targetCollection
public static double detectIfNone(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, double);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 4
start local 4 2: aload 1
dload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifeq 4
3: dload 4
dreturn
end local 4 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
5: dload 2
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
0 6 2 ifNone D
2 4 4 item D
MethodParameters:
Name Flags
iterator
predicate
ifNone
public static int count(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifeq 4
3: iinc 2 1
4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 2
5: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
1 6 2 count I
MethodParameters:
Name Flags
iterator
predicate
public static boolean anySatisfy(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
4: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
iterator
predicate
public static boolean allSatisfy(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
iterator
predicate
public static boolean noneSatisfy(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
ifeq 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 1
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
iterator
predicate
public static <T> T injectInto(org.eclipse.collections.api.iterator.DoubleIterator, T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction<? super T, ? extends T>);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
astore 3
start local 3 1: goto 3
2: StackMap locals: java.lang.Object
StackMap stack:
aload 2
aload 3
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction.valueOf:(Ljava/lang/Object;D)Ljava/lang/Object;
astore 3
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 2
4: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
0 5 1 injectedValue TT;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
1 5 3 result TT;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/iterator/DoubleIterator;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
iterator
injectedValue
function
public static double sum(org.eclipse.collections.api.iterator.DoubleIterator);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: dconst_0
dstore 1
start local 1 1: goto 3
2: StackMap locals: double
StackMap stack:
dload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dadd
dstore 1
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 2
4: dload 1
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
1 5 1 sum D
MethodParameters:
Name Flags
iterator
public static double max(org.eclipse.collections.api.iterator.DoubleIterator);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 1
start local 1 1: goto 5
2: StackMap locals: double
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 3
start local 3 3: dload 1
dload 3
invokestatic java.lang.Double.compare:(DD)I
ifge 5
4: dload 3
dstore 1
end local 3 5: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 2
6: dload 1
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
1 7 1 max D
3 5 3 next D
MethodParameters:
Name Flags
iterator
public static double min(org.eclipse.collections.api.iterator.DoubleIterator);
descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 1
start local 1 1: goto 5
2: StackMap locals: double
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
dstore 3
start local 3 3: dload 3
dload 1
invokestatic java.lang.Double.compare:(DD)I
ifge 5
4: dload 3
dstore 1
end local 3 5: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
ifne 2
6: dload 1
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 iterator Lorg/eclipse/collections/api/iterator/DoubleIterator;
1 7 1 min D
3 5 3 next D
MethodParameters:
Name Flags
iterator
}
SourceFile: "DoubleIteratorIterate.java"