public class org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable
{
  private final org.eclipse.collections.api.list.primitive.DoubleList adapted;
    descriptor: Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.list.primitive.DoubleList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/DoubleList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // org.eclipse.collections.api.list.primitive.DoubleList newAdapted
         0: .line 38
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* newAdapted */
            putfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
         2: .line 41
            return
        end local 1 // org.eclipse.collections.api.list.primitive.DoubleList newAdapted
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    3     1  newAdapted  Lorg/eclipse/collections/api/list/primitive/DoubleList;
    MethodParameters:
            Name  Flags
      newAdapted  

  public static org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable adapt(org.eclipse.collections.api.list.primitive.DoubleList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/DoubleList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.list.primitive.DoubleList doubleList
         0: .line 45
            new org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable
            dup
            aload 0 /* doubleList */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/DoubleList;)V
            areturn
        end local 0 // org.eclipse.collections.api.list.primitive.DoubleList doubleList
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  doubleList  Lorg/eclipse/collections/api/list/primitive/DoubleList;
    MethodParameters:
            Name  Flags
      doubleList  

  public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/DoubleIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 51
            new org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable$ReverseDoubleIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable$ReverseDoubleIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         1: .line 61
            goto 3
         2: .line 63
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 1 /* procedure */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 2
         4: .line 65
            return
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    5     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
            1    5     2   iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    MethodParameters:
           Name  Flags
      procedure  

  public double sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.sum:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.max:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 82
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.min:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double minIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // double defaultValue
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.isEmpty:()Z
            ifeq 2
         1: .line 90
            dload 1 /* defaultValue */
            dreturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.min:()D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    3     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double maxIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // double defaultValue
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.isEmpty:()Z
            ifeq 2
         1: .line 100
            dload 1 /* defaultValue */
            dreturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.max:()D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    3     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.average:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.median:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double[] toSortedArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.toSortedArray:()[D
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 126
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            newarray 7
            astore 1 /* results */
        start local 1 // double[] results
         1: .line 127
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 128
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         3: .line 129
            goto 6
         4: .line 131
      StackMap locals: double[] int org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 1 /* results */
            iload 2 /* index */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dastore
         5: .line 132
            iinc 2 /* index */ 1
         6: .line 129
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 4
         7: .line 134
            aload 1 /* results */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 2 // int index
        end local 1 // double[] results
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            1    8     1   results  [D
            2    8     2     index  I
            3    8     3  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;

  public boolean contains(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // double value
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.contains:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // double[] source
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.containsAll:([D)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.containsAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 164
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 170
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapted:Lorg/eclipse/collections/api/list/primitive/DoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 176
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 182
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 188
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.newBag:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/DoubleHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;

  public org.eclipse.collections.api.LazyDoubleIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
         0: .line 194
            new org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter.<init>:(Lorg/eclipse/collections/api/DoubleIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
}
SourceFile: "ReverseDoubleIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable$ReverseDoubleIterator
InnerClasses:
  private ReverseDoubleIterator = org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable$ReverseDoubleIterator of org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable