final class org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack extends org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack implements org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
  super_class: org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList delegate;
    descriptor: Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // double[] newElements
         0: .line 45
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* newElements */
            arraylength
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkOptimizedSize:(I)V
         2: .line 48
            aload 0 /* this */
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            aload 1 /* newElements */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:([D)V
            putfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
         3: .line 49
            return
        end local 1 // double[] newElements
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    4     1  newElements  [D
    MethodParameters:
             Name  Flags
      newElements  

  private void <init>(org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList);
    descriptor: (Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newElements
         0: .line 51
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* newElements */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkOptimizedSize:(I)V
         2: .line 54
            aload 0 /* this */
            aload 1 /* newElements */
            putfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
         3: .line 55
            return
        end local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newElements
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    4     1  newElements  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
             Name  Flags
      newElements  

  private void checkOptimizedSize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // int length
         0: .line 59
            iload 1 /* length */
            iconst_1
            if_icmpgt 2
         1: .line 61
            new java.lang.IllegalArgumentException
            dup
            ldc "Use DoubleStacks.immutable.with() to instantiate an optimized collection"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    3     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStack(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 67
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
            dup
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:([D)V
            areturn
        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 org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackWith(double[]);
    descriptor: ([D)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // double[] elements
         0: .line 72
            aload 0 /* elements */
            arraylength
            newarray 7
            astore 1 /* newArray */
        start local 1 // double[] newArray
         1: .line 73
            aload 0 /* elements */
            iconst_0
            aload 1 /* newArray */
            iconst_0
            aload 0 /* elements */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 74
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
            dup
            aload 1 /* newArray */
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:([D)V
            areturn
        end local 1 // double[] newArray
        end local 0 // double[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  elements  [D
            1    3     1  newArray  [D
    MethodParameters:
          Name  Flags
      elements  

  public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackFromTopToBottom(double[]);
    descriptor: ([D)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // double[] items
         0: .line 79
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
            dup
            aload 0 /* items */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newListWith:([D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
            areturn
        end local 0 // double[] items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  [D
    MethodParameters:
       Name  Flags
      items  

  public static org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack newStackFromTopToBottom(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable items
         0: .line 84
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
            dup
            aload 0 /* items */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
            areturn
        end local 0 // org.eclipse.collections.api.DoubleIterable items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
       Name  Flags
      items  

  protected org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList getDelegate();
    descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack push(double);
    descriptor: (D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // double item
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            astore 3 /* newDelegate */
        start local 3 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
         1: .line 97
            aload 3 /* newDelegate */
            dload 1 /* item */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         2: .line 98
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
            dup
            aload 3 /* newDelegate */
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
            areturn
        end local 3 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
        end local 1 // double item
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    3     1         item  D
            1    3     3  newDelegate  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
      Name  Flags
      item  

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack pop();
    descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 104
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            astore 1 /* newDelegate */
        start local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
         1: .line 105
            aload 1 /* newDelegate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            iconst_1
            isub
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
            pop2
         2: .line 106
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
            aload 1 /* newDelegate */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toArray:()[D
            invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.with:([D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
        end local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            1    3     1  newDelegate  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack pop(int);
    descriptor: (I)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // int count
         0: .line 112
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkNegativeCount:(I)V
         1: .line 113
            iload 1 /* count */
            ifne 3
         2: .line 115
            aload 0 /* this */
            areturn
         3: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.checkSizeLessThanCount:(I)V
         4: .line 118
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            astore 2 /* newDelegate */
        start local 2 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
         5: .line 119
            goto 8
         6: .line 121
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
      StackMap stack:
            aload 2 /* newDelegate */
            aload 2 /* newDelegate */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            iconst_1
            isub
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
            pop2
         7: .line 122
            iinc 1 /* count */ -1
         8: .line 119
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            ifgt 6
         9: .line 124
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
            aload 2 /* newDelegate */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toArray:()[D
            invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.with:([D)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
        end local 2 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newDelegate
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0   10     1        count  I
            5   10     2  newDelegate  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
       Name  Flags
      count  

  private void checkNegativeCount(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // int count
         0: .line 129
            iload 1 /* count */
            ifge 2
         1: .line 131
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Count must be positive but was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    3     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 138
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.LazyDoubleIterable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/LazyDoubleIterable;
            invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.withAllReversed:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 144
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleStacks.immutable:Lorg/eclipse/collections/api/factory/stack/primitive/ImmutableDoubleStackFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.LazyDoubleIterable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/LazyDoubleIterable;
            invokeinterface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory.withAllReversed:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.stack.ImmutableStack<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 150
            getstatic org.eclipse.collections.impl.factory.Stacks.immutable:Lorg/eclipse/collections/api/factory/stack/ImmutableStackFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.delegate:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.LazyDoubleIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
            invokeinterface org.eclipse.collections.api.factory.stack.ImmutableStackFactory.withAllReversed:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/stack/ImmutableStack<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 156
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 162
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 168
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toSortedList();
    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.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 174
            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;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
         0: .line 179
            new org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy.<init>:(Lorg/eclipse/collections/api/stack/primitive/DoubleStack;)V
            areturn
        end local 0 // org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/stack/immutable/primitive/ImmutableDoubleArrayStack;

  public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.primitive.DoubleStack select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/DoubleStack;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.StackIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/StackIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/stack/ImmutableStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.stack.primitive.DoubleStack reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/DoubleStack;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/stack/primitive/ImmutableDoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ImmutableDoubleArrayStack.java"
NestMembers:
  org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy  org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy$1
InnerClasses:
  private ImmutableDoubleStackSerializationProxy = org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack$ImmutableDoubleStackSerializationProxy of org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack