public final class org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate
  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 // org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/utility/internal/primitive/DoubleIterableIterate;

  public static boolean isEmpty(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 38
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static boolean notEmpty(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 43
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate.isEmpty:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static void forEach(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 48
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* procedure */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.forEach:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 49
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      iterable   
      procedure  

  public static <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R select(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;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=3, args_size=3
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection
         0: .line 53
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            aload 2 /* targetCollection */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.select:(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;
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0          iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1         predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    1     2  targetCollection  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterable          
      predicate         
      targetCollection  

  public static <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R reject(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;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=3, args_size=3
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection
         0: .line 58
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            aload 2 /* targetCollection */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.reject:(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;
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0          iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1         predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    1     2  targetCollection  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterable          
      predicate         
      targetCollection  

  public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        start local 2 // java.util.Collection targetCollection
         0: .line 66
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* function */
            aload 2 /* targetCollection */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.collect:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 2 // java.util.Collection targetCollection
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0          iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1          function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
            0    1     2  targetCollection  TR;
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterable          
      function          
      targetCollection  

  public static double detectIfNone(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, double);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 71
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            dload 2 /* ifNone */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.detectIfNone:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
            dreturn
        end local 2 // double ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    1     2     ifNone  D
    MethodParameters:
           Name  Flags
      iterable   
      predicate  
      ifNone     

  public static int count(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 76
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.count:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  public static boolean anySatisfy(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 81
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.anySatisfy:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  public static boolean allSatisfy(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 86
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.allSatisfy:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  public static boolean noneSatisfy(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 91
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.noneSatisfy:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  public static double sum(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 96
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.sum:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
            dreturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static double max(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 101
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
            dreturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static double maxIfEmpty(org.eclipse.collections.api.DoubleIterable, double);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;D)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // double ifEmpty
         0: .line 106
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate.isEmpty:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ifeq 2
         1: .line 108
            dload 1 /* ifEmpty */
            dreturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
            dreturn
        end local 1 // double ifEmpty
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    3     1   ifEmpty  D
    MethodParameters:
          Name  Flags
      iterable  
      ifEmpty   

  public static double min(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 115
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
            dreturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static double minIfEmpty(org.eclipse.collections.api.DoubleIterable, double);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;D)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // double ifEmpty
         0: .line 120
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate.isEmpty:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ifeq 2
         1: .line 122
            dload 1 /* ifEmpty */
            dreturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)D
            dreturn
        end local 1 // double ifEmpty
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    3     1   ifEmpty  D
    MethodParameters:
          Name  Flags
      iterable  
      ifEmpty   

  public static void appendString(org.eclipse.collections.api.DoubleIterable, java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 136
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 138
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 5 /* iterator */
        start local 5 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         2: .line 139
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifeq 8
         3: .line 141
            aload 1 /* appendable */
            aload 0 /* iterable */
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/DoubleIterable;Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         4: .line 142
            goto 7
         5: .line 144
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 145
            aload 1 /* appendable */
            aload 0 /* iterable */
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/DoubleIterable;Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         7: .line 142
      StackMap locals:
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 5
         8: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         9: .line 150
            goto 12
        10: .line 151
      StackMap locals: org.eclipse.collections.api.DoubleIterable java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        11: .line 153
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        12: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0    iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0   13     1  appendable  Ljava/lang/Appendable;
            0   13     2       start  Ljava/lang/String;
            0   13     3   separator  Ljava/lang/String;
            0   13     4         end  Ljava/lang/String;
            2    9     5    iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
           11   12     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9      10  Class java.io.IOException
    MethodParameters:
            Name  Flags
      iterable    
      appendable  
      start       
      separator   
      end         

  public static <T> T injectInto(org.eclipse.collections.api.DoubleIterable, T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction<? super T, ? extends T>);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 159
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterate.injectInto:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0       iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/DoubleIterable;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      iterable       
      injectedValue  
      function       

  private static <T> java.lang.String stringValueOfItem(org.eclipse.collections.api.DoubleIterable, T);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
        start local 1 // java.lang.Object item
         0: .line 164
            aload 1 /* item */
            aload 0 /* iterable */
            if_acmpne 2
         1: .line 165
            new java.lang.StringBuilder
            dup
            ldc "(this "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* iterable */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 3
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* item */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
         3: .line 164
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    4     1      item  TT;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/DoubleIterable;TT;)Ljava/lang/String;
    MethodParameters:
          Name  Flags
      iterable  
      item      
}
SourceFile: "DoubleIterableIterate.java"